From 4755980aed7173227e876602ce78cf31bbb97118 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 7 Mar 2011 00:01:40 +0000 Subject: Update config variable binding in setup tool so that the correct variables are bound for Strife. Add option for show_talk to sound configuration screen. Subversion-branch: /branches/strife-branch Subversion-revision: 2296 --- src/setup/joystick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/setup/joystick.c') diff --git a/src/setup/joystick.c b/src/setup/joystick.c index 0fc00ea1..9c6b5851 100644 --- a/src/setup/joystick.c +++ b/src/setup/joystick.c @@ -428,7 +428,7 @@ void ConfigJoystick(void) AddJoystickControl(button_table, "Previous weapon", &joybprevweapon); AddJoystickControl(button_table, "Next weapon", &joybnextweapon); - if (gamemission == hexen) + if (gamemission == hexen || gamemission == strife) { AddJoystickControl(button_table, "Jump", &joybjump); } -- cgit v1.2.3