ref: 123eeafba7561bf44e8b66927386a6a5dd11b549
parent: 1b53d785acee74cfb4a5d9e08ca27f25d07e9b14
parent: 0e83eb0e72e9f68e0a20a8fdd81ec31d9f2c3cd3
author: Fabian Greffrath <[email protected]>
date: Mon Sep 21 03:47:21 EDT 2015
Merge branch 'master' into sdl2-branch
--- a/src/setup/mouse.c
+++ b/src/setup/mouse.c
@@ -100,7 +100,7 @@
AddMouseControl(buttons_table, "Strafe left", &mousebstrafeleft);
AddMouseControl(buttons_table, "Strafe right", &mousebstraferight);
- if (gamemission == hexen)
+ if (gamemission == hexen || gamemission == strife)
{
AddMouseControl(buttons_table, "Jump", &mousebjump);
}