summaryrefslogtreecommitdiff
path: root/src/setup/joystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/joystick.c')
-rw-r--r--src/setup/joystick.c2
1 files changed, 1 insertions, 1 deletions
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);
}