From ef586e36e0a871bd1cc9222148a47605d1b554a5 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 18 Sep 2011 23:15:58 +0000 Subject: Fix a minor annoyance with Strife startup - we are *not* emulating the "Final Doom" executable. -gameversion processing code remains in case support for other Strife versions is desired in the future. Strip out some redundant gameversion / chex stuff as well. Subversion-branch: /branches/v2-branch Subversion-revision: 2385 --- src/strife/doomstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/doomstat.c') diff --git a/src/strife/doomstat.c b/src/strife/doomstat.c index b591358f..df1c34ab 100644 --- a/src/strife/doomstat.c +++ b/src/strife/doomstat.c @@ -32,7 +32,7 @@ // Game Mode - identify IWAD as shareware, retail etc. GameMode_t gamemode = indetermined; GameMission_t gamemission = doom; -GameVersion_t gameversion = exe_final; +GameVersion_t gameversion = exe_strife_1_31; char *gamedescription; // Set if homebrew PWAD stuff has been added. -- cgit v1.2.3