X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fjoystick.c;fp=src%2Flibgame%2Fjoystick.c;h=af30a82067eb8812399b6c5eb26f5ca3fdf100e7;hp=04731ec8809f7fa64a09c367e0c15628b4c4737c;hb=909a0a4d74f274b5c05c16cf595b235aa092fc9a;hpb=066b410c0573fe64a1783116daf9d64883e9f03e diff --git a/src/libgame/joystick.c b/src/libgame/joystick.c index 04731ec8..af30a820 100644 --- a/src/libgame/joystick.c +++ b/src/libgame/joystick.c @@ -338,7 +338,7 @@ int AnyJoystickButton() return result; } -void DeactivateJoystickForCalibration() +void DeactivateJoystick() { /* Temporarily deactivate joystick. This is needed for calibration screens, where the player has to select a joystick device that @@ -351,7 +351,7 @@ void DeactivateJoystickForCalibration() joystick.status &= ~JOYSTICK_ACTIVE; } -void ActivateJoystickIfAvailable() +void ActivateJoystick() { /* reactivate temporarily deactivated joystick */