1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 23:48:30 +02:00

Actually move checks out of loop

How did this ever work?
This commit is contained in:
leo60228 2020-09-23 05:29:02 -04:00 committed by Misa Elizabeth Kai
parent cd4ce05cb3
commit 1e8b5a6ba7

View File

@ -2180,6 +2180,7 @@ void gameinput(void)
}
}
}
}
if (game.press_left)
{
@ -2270,7 +2271,6 @@ void gameinput(void)
game.totalflips++;
}
}
}
if (!has_control)
{