- bumped savegame version for Exhumed.

This commit is contained in:
Christoph Oelckers 2021-10-28 18:59:40 +02:00
parent 91ecda2fcb
commit f1b40b7878

View file

@ -72,12 +72,12 @@ const char *GetVersionString();
#define MINSAVEVER_DN3D 10
#define MINSAVEVER_BLD 11
#define MINSAVEVER_SW 12
#define MINSAVEVER_PS 12
#define MINSAVEVER_PS 14
#define SAVEVER_DN3D 11
#define SAVEVER_BLD 11
#define SAVEVER_SW 12
#define SAVEVER_PS 13
#define SAVEVER_PS 14
#define OLD_SAVEGAME 1 // this is to keep writing out the old format in Blood, even when data has been refactored.
#define NETGAMEVERSION 1