- bump save versions for Duke3D following changes to DukePlayer_t struct.

This commit is contained in:
Mitchell Richters 2020-05-14 16:42:09 +10:00 committed by Christoph Oelckers
parent 10142eee6b
commit 9a144a9afb

View file

@ -66,13 +66,13 @@ const char *GetVersionString();
#define SAVESIG_SW GAMENAME ".ShadowWarrior"
#define SAVESIG_PS GAMENAME ".Exhumed"
#define MINSAVEVER_DN3D 7
#define MINSAVEVER_DN3D 8
#define MINSAVEVER_BLD 6
#define MINSAVEVER_RR 7
#define MINSAVEVER_SW 6
#define MINSAVEVER_PS 6
#define SAVEVER_DN3D 7
#define SAVEVER_DN3D 8
#define SAVEVER_BLD 6
#define SAVEVER_RR 7
#define SAVEVER_SW 6