changeset 2192:fc56a720cdba

Missing variable declarations
author Patrice Mandin <patmandin@gmail.com>
date Sat, 14 Jul 2007 00:03:04 +0000
parents 29e07f91bc1f
children e857f02e709e
files src/joystick/mint/SDL_sysjoystick.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ---*/