mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-11 10:54:15 +02:00
@@ -2314,6 +2314,10 @@ std::pair<bool, std::vector<char>> GameSave::serialiseOPS() const
|
|||||||
{
|
{
|
||||||
RESTRICTVERSION(97, 0);
|
RESTRICTVERSION(97, 0);
|
||||||
}
|
}
|
||||||
|
if (particles[i].type == PT_CONV && particles[i].tmp2 != 0)
|
||||||
|
{
|
||||||
|
RESTRICTVERSION(97, 0);
|
||||||
|
}
|
||||||
|
|
||||||
//Get the pmap entry for the next particle in the same position
|
//Get the pmap entry for the next particle in the same position
|
||||||
i = partsPosLink[i];
|
i = partsPosLink[i];
|
||||||
|
Reference in New Issue
Block a user