diff --git a/src/Config.h b/src/Config.h index 5b321ae81..3f199a836 100644 --- a/src/Config.h +++ b/src/Config.h @@ -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 diff --git a/src/client/GameSave.cpp b/src/client/GameSave.cpp index a47bba349..8af9cd1e9 100644 --- a/src/client/GameSave.cpp +++ b/src/client/GameSave.cpp @@ -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