mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- bumped savegame version because the recent scriptification of APlayerPawn will render all old savegames unusable.
This commit is contained in:
parent
bfbf7ff9c9
commit
86551e53df
1 changed files with 2 additions and 2 deletions
|
@ -87,11 +87,11 @@ const char *GetVersionString();
|
|||
#define SAVEGAME_EXT "zds"
|
||||
|
||||
// MINSAVEVER is the minimum level snapshot version that can be loaded.
|
||||
#define MINSAVEVER 4554
|
||||
#define MINSAVEVER 4555
|
||||
|
||||
// Use 4500 as the base git save version, since it's higher than the
|
||||
// SVN revision ever got.
|
||||
#define SAVEVER 4554
|
||||
#define SAVEVER 4555
|
||||
|
||||
// This is so that derivates can use the same savegame versions without worrying about engine compatibility
|
||||
#define GAMESIG "GZDOOM"
|
||||
|
|
Loading…
Reference in a new issue