From f14065d0dc03ee2a67f60f513b941c46e73a915c Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Thu, 1 May 2014 14:01:31 -0700 Subject: setup: fix usejoystick/use_joystick typo in the previous commit --- src/setup/joystick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/setup') diff --git a/src/setup/joystick.c b/src/setup/joystick.c index 792c1712..709ad34c 100644 --- a/src/setup/joystick.c +++ b/src/setup/joystick.c @@ -505,7 +505,7 @@ static int CalibrationEventCallback(SDL_Event *event, void *user_data) // Finished? if (calibrate_stage == CALIBRATE_CENTER) { - use_joystick = 1; + usejoystick = 1; TXT_CloseWindow(calibration_window); } -- cgit v1.2.3