mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Actually move checks out of loop
How did this ever work?
This commit is contained in:
parent
cd4ce05cb3
commit
1e8b5a6ba7
1 changed files with 63 additions and 63 deletions
|
@ -2180,6 +2180,7 @@ void gameinput(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (game.press_left)
|
||||
{
|
||||
|
@ -2270,7 +2271,6 @@ void gameinput(void)
|
|||
game.totalflips++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!has_control)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue