1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

Reset screen effects timers in hardreset()

That way a gigantic timer from one in-game jaunt doesn't carry over to
the next.
This commit is contained in:
Misa 2020-04-26 19:33:07 -07:00 committed by Ethan Lee
parent 94edfcf87e
commit edb930344a

View file

@ -3499,6 +3499,9 @@ void scriptclass::hardreset()
game.pausescript = false;
game.flashlight = 0;
game.screenshake = 0;
//dwgraphicsclass
graphics.backgrounddrawn = false;
graphics.textboxremovefast();