summaryrefslogtreecommitdiff
path: root/src/strife/doomstat.c
diff options
context:
space:
mode:
authorSimon Howard2011-09-18 23:15:58 +0000
committerSimon Howard2011-09-18 23:15:58 +0000
commitef586e36e0a871bd1cc9222148a47605d1b554a5 (patch)
tree2c39fed95c17282d78061b9973dd072c118691fb /src/strife/doomstat.c
parent1ce76006eede7aa1bd45176901fc2fb918e5e162 (diff)
downloadchocolate-doom-ef586e36e0a871bd1cc9222148a47605d1b554a5.tar.gz
chocolate-doom-ef586e36e0a871bd1cc9222148a47605d1b554a5.tar.bz2
chocolate-doom-ef586e36e0a871bd1cc9222148a47605d1b554a5.zip
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
Diffstat (limited to 'src/strife/doomstat.c')
-rw-r--r--src/strife/doomstat.c2
1 files changed, 1 insertions, 1 deletions
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.