mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 18:39:45 +01:00
Set ed.settingskey to true when returning to editor
This fixes a bug where the settings menu would immediately be brought up if you used Esc to exit playtesting, unless you were an incredible ninja and only pressed it for exactly one frame.
This commit is contained in:
parent
6c52b79ddf
commit
7fada0548b
1 changed files with 1 additions and 0 deletions
|
@ -7307,6 +7307,7 @@ void Game::returntoeditor()
|
||||||
graphics.fademode = 0;
|
graphics.fademode = 0;
|
||||||
|
|
||||||
ed.keydelay = 6;
|
ed.keydelay = 6;
|
||||||
|
ed.settingskey = true;
|
||||||
|
|
||||||
graphics.backgrounddrawn=false;
|
graphics.backgrounddrawn=false;
|
||||||
music.fadeout();
|
music.fadeout();
|
||||||
|
|
Loading…
Reference in a new issue