shithub: choc

Download patch

ref: ed2a78707468ea438c9c35c6ff849b3f7c03ae33
parent: 4a5f98e801d88c380a1e4bef09cecaf195f606ea
author: Fabian Greffrath <fabian@greffrath.com>
date: Thu Feb 22 08:44:01 EST 2018

setup: when disabling "Always Run" reset joybspeed to its default value 2

Thank you @Zodomaniac for spotting this, fixes #995

--- a/src/setup/keyboard.c
+++ b/src/setup/keyboard.c
@@ -87,7 +87,7 @@
     }
     else
     {
-        joybspeed = 0;
+        joybspeed = 2;
     }
 }