Commit 67cbe3bb authored by Patrice Mandin's avatar Patrice Mandin

Missing variable declarations

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402519
parent 5eb12288
...@@ -669,7 +669,8 @@ static const Uint16 joypad_masks[8 * 4] = { ...@@ -669,7 +669,8 @@ static const Uint16 joypad_masks[8 * 4] = {
static void static void
UpdateJoypads(void) UpdateJoypads(void)
{ {
Uint16 tmp; Uint16 tmp, i, j;
Uint32 cur_fire, cur_dir;
/*--- This function is called in supervisor mode ---*/ /*--- This function is called in supervisor mode ---*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment