shithub: choc

Download patch

ref: 0cd8f2e5fd268f48d09b5d38407ee5226dfd7e1b
parent: 10b94b8e2dfc86ccf3363a8a87e4a57a7fb24655
parent: f14065d0dc03ee2a67f60f513b941c46e73a915c
author: Simon Howard <fraggle+github@gmail.com>
date: Thu May 1 14:08:52 EDT 2014

Merge pull request #393 from chungy/master

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