summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Swanson2014-05-01 14:01:31 -0700
committerMike Swanson2014-05-01 14:01:31 -0700
commitf14065d0dc03ee2a67f60f513b941c46e73a915c (patch)
treea15a03ee30d0d3759e2c8fa60b788efa43515822 /src
parent10b94b8e2dfc86ccf3363a8a87e4a57a7fb24655 (diff)
downloadchocolate-doom-f14065d0dc03ee2a67f60f513b941c46e73a915c.tar.gz
chocolate-doom-f14065d0dc03ee2a67f60f513b941c46e73a915c.tar.bz2
chocolate-doom-f14065d0dc03ee2a67f60f513b941c46e73a915c.zip
setup: fix usejoystick/use_joystick typo in the previous commit
Diffstat (limited to 'src')
-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);
}