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