mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-27 17:59:49 +02:00
restrict new LSNS features to version 95.0 also
This commit is contained in:
@@ -2404,6 +2404,13 @@ char * GameSave::serialiseOPS(unsigned int & dataLength)
|
||||
RESTRICTVERSION(94, 0);
|
||||
}
|
||||
}
|
||||
if (particles[i].type == PT_LSNS)
|
||||
{
|
||||
if (particles[i].tmp >= 1 || particles[i].tmp <= 3)
|
||||
{
|
||||
RESTRICTVERSION(95, 0);
|
||||
}
|
||||
}
|
||||
|
||||
//Get the pmap entry for the next particle in the same position
|
||||
i = partsPosLink[i];
|
||||
|
Reference in New Issue
Block a user