- savegame version change for the new member in spritetype.

This commit is contained in:
Christoph Oelckers 2020-10-02 22:19:32 +02:00
parent 57945d2baf
commit e0717e30b4

View file

@ -69,15 +69,15 @@ const char *GetVersionString();
#define SAVESIG_SW GAMENAME ".ShadowWarrior"
#define SAVESIG_PS GAMENAME ".Exhumed"
#define MINSAVEVER_DN3D 9
#define MINSAVEVER_BLD 9
#define MINSAVEVER_SW 9
#define MINSAVEVER_PS 9
#define MINSAVEVER_DN3D 10
#define MINSAVEVER_BLD 10
#define MINSAVEVER_SW 10
#define MINSAVEVER_PS 10
#define SAVEVER_DN3D 9
#define SAVEVER_BLD 9
#define SAVEVER_SW 9
#define SAVEVER_PS 9
#define SAVEVER_DN3D 10
#define SAVEVER_BLD 10
#define SAVEVER_SW 10
#define SAVEVER_PS 10
#define NETGAMEVERSION 1