X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fjoystick.c;h=af30a82067eb8812399b6c5eb26f5ca3fdf100e7;hb=6d37ddaaf9915af0f483f4fc04d07b98e99e091e;hp=04731ec8809f7fa64a09c367e0c15628b4c4737c;hpb=e0e2697df0d0da483a91b1248c120aef6b3caf9b;p=rocksndiamonds.git 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 */