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

Fix returning to editor when game is faded-out

This would cause the editor to think that it itself is in the middle of
fading to the menu, and so then will fade to the menu, thus losing any
unsaved work without warning.
This commit is contained in:
Misa 2020-05-07 15:40:17 -07:00 committed by Ethan Lee
parent b83cab8577
commit 656680b49c

View file

@ -1545,6 +1545,7 @@ void gameinput()
game.completestop = false;
game.state = 0;
graphics.showcutscenebars = false;
graphics.fademode = 0;
graphics.backgrounddrawn=false;
music.fadeout();