summaryrefslogtreecommitdiff
path: root/src/setup/joystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/joystick.c')
-rw-r--r--src/setup/joystick.c2
1 files changed, 1 insertions, 1 deletions
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);
}