1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-16 17:48:29 +02:00

Reset completestop in hardreset

If you manage to get softlocked by being stuck in completestop, the next
thing you'll notice is that quitting to the menu or loading back in will
not reset this.

So you can actually softlock yourself in 2.3 by doing the trinket
cutscene, then quitting to the menu (because 2.3 lets you open the pause
menu during completestop). This is a bug, and should be fixed.
This commit is contained in:
Misa 2021-04-10 18:11:53 -07:00 committed by Ethan Lee
parent dd4100f752
commit fe8df3001e

View File

@ -3606,6 +3606,7 @@ void scriptclass::hardreset(void)
}
game.pausescript = false;
game.completestop = false;
game.flashlight = 0;
game.screenshake = 0;