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:
jacob1 2022-06-13 00:53:06 -04:00
parent 79f6fd728c
commit 833973f1fc
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

View File

@ -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];