mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- bump save versions for Duke3D following changes to DukePlayer_t struct.
This commit is contained in:
parent
10142eee6b
commit
9a144a9afb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue