mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 18:39:45 +01:00
Reset ed.notedelay when exiting playtesting
It's not very useful to show a message that was relevant only when you started playtesting.
This commit is contained in:
parent
22d556f4be
commit
def540d184
1 changed files with 2 additions and 0 deletions
|
@ -7308,6 +7308,8 @@ void Game::returntoeditor()
|
||||||
|
|
||||||
ed.keydelay = 6;
|
ed.keydelay = 6;
|
||||||
ed.settingskey = true;
|
ed.settingskey = true;
|
||||||
|
ed.oldnotedelay = 0;
|
||||||
|
ed.notedelay = 0;
|
||||||
|
|
||||||
graphics.backgrounddrawn=false;
|
graphics.backgrounddrawn=false;
|
||||||
music.fadeout();
|
music.fadeout();
|
||||||
|
|
Loading…
Reference in a new issue