diff options
author | Mike Swanson | 2014-05-01 14:01:31 -0700 |
---|---|---|
committer | Mike Swanson | 2014-05-01 14:01:31 -0700 |
commit | f14065d0dc03ee2a67f60f513b941c46e73a915c (patch) | |
tree | a15a03ee30d0d3759e2c8fa60b788efa43515822 /src/setup | |
parent | 10b94b8e2dfc86ccf3363a8a87e4a57a7fb24655 (diff) | |
download | chocolate-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/setup')
-rw-r--r-- | src/setup/joystick.c | 2 |
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); } |