mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-07 01:15:04 +03:00
Actually move checks out of loop
How did this ever work?
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
cd4ce05cb3
commit
1e8b5a6ba7
@@ -2180,6 +2180,7 @@ void gameinput(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (game.press_left)
|
||||
{
|
||||
@@ -2270,7 +2271,6 @@ void gameinput(void)
|
||||
game.totalflips++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!has_control)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user