mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03: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:
@@ -7308,6 +7308,8 @@ void Game::returntoeditor()
|
||||
|
||||
ed.keydelay = 6;
|
||||
ed.settingskey = true;
|
||||
ed.oldnotedelay = 0;
|
||||
ed.notedelay = 0;
|
||||
|
||||
graphics.backgrounddrawn=false;
|
||||
music.fadeout();
|
||||
|
||||
Reference in New Issue
Block a user