X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fscreens.c;h=06732b87cbd5c27a1d136d822151801cfed8d568;hb=94437c1c17bca3eb27deba579ce376de0aa49a4f;hp=f5ffa0c5aaaccee049586c9048c86e5a511b4b3f;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index f5ffa0c5..06732b87 100644 --- a/src/screens.c +++ b/src/screens.c @@ -7603,8 +7603,8 @@ static boolean ConfigureJoystickMapButtonsAndAxes(SDL_Joystick *joystick) break; case SDL_JOYHATMOTION: - /* ignore centering; we're probably just coming back - to the center from the previous item we set */ + // ignore centering; we're probably just coming back + // to the center from the previous item we set if (event.jhat.value == SDL_HAT_CENTERED) break;