Fix the rest of the display warnings

This commit is contained in:
simon.kagstrom 2010-01-30 08:43:37 +00:00
parent e4a4038720
commit c10f7972fb

View File

@ -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;