mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 14:41:29 +02:00
Restrict version to 97.0 in saves with reinforced glass
This commit is contained in:
@@ -2515,6 +2515,10 @@ char * GameSave::serialiseOPS(unsigned int & dataLength)
|
|||||||
{
|
{
|
||||||
RESTRICTVERSION(96, 0);
|
RESTRICTVERSION(96, 0);
|
||||||
}
|
}
|
||||||
|
if (particles[i].type == PT_GLAS && particles[i].life > 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