author | Patrice Mandin <patmandin@gmail.com> |
Sat, 14 Jul 2007 00:03:04 +0000 | |
changeset 2192 | fc56a720cdba |
parent 2191 | 29e07f91bc1f |
child 2193 | e857f02e709e |
--- a/src/joystick/mint/SDL_sysjoystick.c Fri Jul 13 23:58:22 2007 +0000 +++ b/src/joystick/mint/SDL_sysjoystick.c Sat Jul 14 00:03:04 2007 +0000 @@ -669,7 +669,8 @@ static void UpdateJoypads(void) { - Uint16 tmp; + Uint16 tmp, i, j; + Uint32 cur_fire, cur_dir; /*--- This function is called in supervisor mode ---*/