1
0
Fork 0
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:
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)
{