From 9415d0f78b7a9c2f22e67b003409cc18247f15e6 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 27 Dec 2019 10:53:47 +0100 Subject: [PATCH] - corrected savegame signatures. --- source/common/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/common/version.h b/source/common/version.h index 0f3ae30c4..0c8cbbd13 100644 --- a/source/common/version.h +++ b/source/common/version.h @@ -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