mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -1545,6 +1545,7 @@ void gameinput()
|
|||||||
game.completestop = false;
|
game.completestop = false;
|
||||||
game.state = 0;
|
game.state = 0;
|
||||||
graphics.showcutscenebars = false;
|
graphics.showcutscenebars = false;
|
||||||
|
graphics.fademode = 0;
|
||||||
|
|
||||||
graphics.backgrounddrawn=false;
|
graphics.backgrounddrawn=false;
|
||||||
music.fadeout();
|
music.fadeout();
|
||||||
|
|||||||
Reference in New Issue
Block a user