mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- savegame version change for the new member in spritetype.
This commit is contained in:
parent
57945d2baf
commit
e0717e30b4
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue