shithub: choc

Download patch

ref: 0e83eb0e72e9f68e0a20a8fdd81ec31d9f2c3cd3
parent: 51b9d1fccd8c885d8349b307b3553bdf5a638027
parent: c06aa4817118d60c200ba7ee3c5961c4e8c26c98
author: Simon Howard <fraggle+github@gmail.com>
date: Sun Sep 20 18:29:41 EDT 2015

Merge pull request #615 from Gaerzi/patch-1

Allow binding jump to mouse button in Strife

--- 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);
     }