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