Allow saves with custom GOL to be loaded in snapshots

This commit is contained in:
Tamás Bálint Misius 2020-10-12 18:17:24 +02:00
parent 5a5eace691
commit a73d9b09b6
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#endif
#if defined(SNAPSHOT) || defined(DEBUG)
#define FUTURE_SAVE_VERSION 95
#define FUTURE_SAVE_VERSION 96
#define FUTURE_MINOR_VERSION 0
#endif
//VersionInfoEnd

View File

@ -2429,7 +2429,7 @@ char * GameSave::serialiseOPS(unsigned int & dataLength)
}
if (particles[i].type == PT_LIFE)
{
RESTRICTVERSION(95, 1);
RESTRICTVERSION(96, 0);
}
//Get the pmap entry for the next particle in the same position