From 7b93759260950e88e5222c7d42cf0f57a869b306 Mon Sep 17 00:00:00 2001 From: James Haley Date: Thu, 2 Sep 2010 05:58:28 +0000 Subject: 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 --- src/strife/d_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strife') 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(); -- cgit v1.2.3