diff --git a/desktop_version/src/Game.cpp b/desktop_version/src/Game.cpp index 21f6a3d3..580282cc 100644 --- a/desktop_version/src/Game.cpp +++ b/desktop_version/src/Game.cpp @@ -1878,8 +1878,7 @@ void Game::updatestate() } else { - gamestate = EDITORMODE; - graphics.backgrounddrawn=false; + shouldreturntoeditor = true; if(!muted && ed.levmusic>0) music.fadeMusicVolumeIn(3000); if(ed.levmusic>0) music.fadeout(); }