Allow saves with custom GOL to be loaded in snapshots
This commit is contained in:
parent
5a5eace691
commit
a73d9b09b6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user