mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-01 21:50:37 +00:00
bump savegame version.
This commit is contained in:
parent
8e6f0b0acd
commit
63ea4dfbba
1 changed files with 8 additions and 8 deletions
|
@ -71,15 +71,15 @@ const char *GetVersionString();
|
|||
|
||||
#define SAVEGAME_EXT "dsave"
|
||||
|
||||
#define MINSAVEVER_DN3D 19
|
||||
#define MINSAVEVER_BLD 19
|
||||
#define MINSAVEVER_SW 19
|
||||
#define MINSAVEVER_PS 19
|
||||
#define MINSAVEVER_DN3D 21
|
||||
#define MINSAVEVER_BLD 21
|
||||
#define MINSAVEVER_SW 21
|
||||
#define MINSAVEVER_PS 21
|
||||
|
||||
#define SAVEVER_DN3D 19
|
||||
#define SAVEVER_BLD 19
|
||||
#define SAVEVER_SW 19
|
||||
#define SAVEVER_PS 19
|
||||
#define SAVEVER_DN3D 21
|
||||
#define SAVEVER_BLD 21
|
||||
#define SAVEVER_SW 21
|
||||
#define SAVEVER_PS 21
|
||||
|
||||
#define NETGAMEVERSION 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue