diff options
Diffstat (limited to 'src/strife')
-rw-r--r-- | src/strife/d_main.c | 1 |
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(); |