From eb1e33f9dbbce358b5de557e6d8c366a60de9866 Mon Sep 17 00:00:00 2001 From: James Haley Date: Wed, 29 Sep 2010 18:16:24 +0000 Subject: Significant work on savegames. Subversion-branch: /branches/strife-branch Subversion-revision: 2150 --- src/strife/d_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/d_main.c') diff --git a/src/strife/d_main.c b/src/strife/d_main.c index 76eb5112..8c307180 100644 --- a/src/strife/d_main.c +++ b/src/strife/d_main.c @@ -771,7 +771,7 @@ static char *GetGameName(char *gamename) // We also need to cut off spaces to get the basic name gamename = Z_Malloc(strlen(deh_sub) + 10, PU_STATIC, 0); - sprintf(gamename, deh_sub, DOOM_VERSION / 100, DOOM_VERSION % 100); + sprintf(gamename, deh_sub, STRIFE_VERSION / 100, STRIFE_VERSION % 100); while (gamename[0] != '\0' && isspace(gamename[0])) strcpy(gamename, gamename+1); -- cgit v1.2.3