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:
Misa
2020-07-11 00:27:00 -07:00
committed by Ethan Lee
parent 22d556f4be
commit def540d184

View File

@@ -7308,6 +7308,8 @@ void Game::returntoeditor()
ed.keydelay = 6;
ed.settingskey = true;
ed.oldnotedelay = 0;
ed.notedelay = 0;
graphics.backgrounddrawn=false;
music.fadeout();