diff --git a/Src/Display_SDL.h b/Src/Display_SDL.h index b1b8ead..3e3e93e 100644 --- a/Src/Display_SDL.h +++ b/Src/Display_SDL.h @@ -815,7 +815,7 @@ uint8 C64::poll_joystick_axes(int port) axes = SDL_JoystickNumAxes (js); for (i = 0; i < axes; i++) { - unsigned int axis; + int axis; if (ThePrefs.JoystickAxes[i] == JOY_NONE) continue;