summaryrefslogtreecommitdiff
path: root/src/strife/doomstat.c
diff options
context:
space:
mode:
authorJames Haley2011-09-19 00:15:06 +0000
committerJames Haley2011-09-19 00:15:06 +0000
commit7b1aff6c464f28e7d5f8b10fd33b15f5d15122a6 (patch)
treec16524afe693c9f346ae2becbcf1a0ad879b84d6 /src/strife/doomstat.c
parentef586e36e0a871bd1cc9222148a47605d1b554a5 (diff)
downloadchocolate-doom-7b1aff6c464f28e7d5f8b10fd33b15f5d15122a6.tar.gz
chocolate-doom-7b1aff6c464f28e7d5f8b10fd33b15f5d15122a6.tar.bz2
chocolate-doom-7b1aff6c464f28e7d5f8b10fd33b15f5d15122a6.zip
The current Chocolate Strife code emulates v1.2, not 1.31. 1.31 support
is still a TODO and cannot be pursued without resolution of the keybinding issue for the menu system. Subversion-branch: /branches/v2-branch Subversion-revision: 2386
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 df1c34ab..6bc552a7 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_strife_1_31;
+GameVersion_t gameversion = exe_strife_1_2;
char *gamedescription;
// Set if homebrew PWAD stuff has been added.