From 7b1aff6c464f28e7d5f8b10fd33b15f5d15122a6 Mon Sep 17 00:00:00 2001 From: James Haley Date: Mon, 19 Sep 2011 00:15:06 +0000 Subject: 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 --- 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 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. -- cgit v1.2.3