shithub: choc

Download patch

ref: f14065d0dc03ee2a67f60f513b941c46e73a915c
parent: 10b94b8e2dfc86ccf3363a8a87e4a57a7fb24655
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Thu May 1 10:01:31 EDT 2014

setup: fix usejoystick/use_joystick typo in the previous commit

--- a/src/setup/joystick.c
+++ b/src/setup/joystick.c
@@ -505,7 +505,7 @@
             // Finished?
             if (calibrate_stage == CALIBRATE_CENTER)
             {
-                use_joystick = 1;
+                usejoystick = 1;
                 TXT_CloseWindow(calibration_window);
             }