mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03: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:
@@ -3499,6 +3499,9 @@ void scriptclass::hardreset()
|
||||
|
||||
game.pausescript = false;
|
||||
|
||||
game.flashlight = 0;
|
||||
game.screenshake = 0;
|
||||
|
||||
//dwgraphicsclass
|
||||
graphics.backgrounddrawn = false;
|
||||
graphics.textboxremovefast();
|
||||
|
||||
Reference in New Issue
Block a user