summaryrefslogtreecommitdiff
path: root/src/strife/d_main.c
diff options
context:
space:
mode:
authorJames Haley2010-09-02 05:58:28 +0000
committerJames Haley2010-09-02 05:58:28 +0000
commit7b93759260950e88e5222c7d42cf0f57a869b306 (patch)
treec1ab6c35a10f8c4aa73413e9726947e52810dc59 /src/strife/d_main.c
parent42572cb925b9723cfa69ff37816de213d7d8a469 (diff)
downloadchocolate-doom-7b93759260950e88e5222c7d42cf0f57a869b306.tar.gz
chocolate-doom-7b93759260950e88e5222c7d42cf0f57a869b306.tar.bz2
chocolate-doom-7b93759260950e88e5222c7d42cf0f57a869b306.zip
Added Strife keys to configuration. Note that this *depends* on the
current behavior of Choco Doom in treating configuration variable strings as case-sensitive, because these are the real values used by Rogue in their config, and they differ from some Heretic/Hexen config strings only by case. Subversion-branch: /branches/strife-branch Subversion-revision: 2000
Diffstat (limited to 'src/strife/d_main.c')
-rw-r--r--src/strife/d_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index a2799cae..a203ef3d 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -383,6 +383,7 @@ void D_BindVariables(void)
M_BindWeaponControls();
M_BindMapControls();
M_BindMenuControls();
+ M_BindStrifeControls(); // haleyjd 09/01/10: [STRIFE]
#ifdef FEATURE_MULTIPLAYER
NET_BindVariables();