mirror of
https://github.com/yawut/SDL.git
synced 2026-08-17 22:36:37 -05:00
Missing variable declarations
This commit is contained in:
@@ -669,7 +669,8 @@ static const Uint16 joypad_masks[8 * 4] = {
|
||||
static void
|
||||
UpdateJoypads(void)
|
||||
{
|
||||
Uint16 tmp;
|
||||
Uint16 tmp, i, j;
|
||||
Uint32 cur_fire, cur_dir;
|
||||
|
||||
/*--- This function is called in supervisor mode ---*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user