Mercurial > sdl-ios-xcode
comparison src/joystick/mint/SDL_sysjoystick.c @ 2192:fc56a720cdba
Missing variable declarations
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 14 Jul 2007 00:03:04 +0000 |
parents | adf732f1f016 |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2191:29e07f91bc1f | 2192:fc56a720cdba |
---|---|
667 }; | 667 }; |
668 | 668 |
669 static void | 669 static void |
670 UpdateJoypads(void) | 670 UpdateJoypads(void) |
671 { | 671 { |
672 Uint16 tmp; | 672 Uint16 tmp, i, j; |
673 Uint32 cur_fire, cur_dir; | |
673 | 674 |
674 /*--- This function is called in supervisor mode ---*/ | 675 /*--- This function is called in supervisor mode ---*/ |
675 | 676 |
676 /* Update joysticks */ | 677 /* Update joysticks */ |
677 jp_fires = (~(JOYPAD_IO.fires)) & 15; | 678 jp_fires = (~(JOYPAD_IO.fires)) & 15; |