- corrected savegame signatures.

This commit is contained in:
Christoph Oelckers 2019-12-27 10:53:47 +01:00
parent d473f9c590
commit 9415d0f78b
1 changed files with 3 additions and 3 deletions

View File

@ -61,9 +61,9 @@ const char *GetVersionString();
#define ENGINERES_FILE GAMENAMELOWERCASE ".pk3"
#define SAVESIG_DN3D GAMENAME ".Duke"
#define SAVESIG_BLD GAMENAME "Blood"
#define SAVESIG_RR GAMENAME "Redneck"
#define SAVESIG_SW GAMENAME "SW"
#define SAVESIG_BLD GAMENAME ".Blood"
#define SAVESIG_RR GAMENAME ".Redneck"
#define SAVESIG_SW GAMENAME ".ShadowWarrior"
#define MINSAVEVER_DN3D 1
#define MINSAVEVER_BLD 1