Mark saves with GLAS/QRTZ/TUNG as 97.0-only
They immediately break if under pressure in older versions, because pavg1 (tmp4) isn't set
This commit is contained in:
parent
79f6fd728c
commit
833973f1fc
@ -2519,6 +2519,10 @@ char * GameSave::serialiseOPS(unsigned int & dataLength)
|
||||
{
|
||||
RESTRICTVERSION(97, 0);
|
||||
}
|
||||
if (PressureInTmp3(particles[i].type))
|
||||
{
|
||||
RESTRICTVERSION(97, 0);
|
||||
}
|
||||
|
||||
//Get the pmap entry for the next particle in the same position
|
||||
i = partsPosLink[i];
|
||||
|
Reference in New Issue
Block a user