mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +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.keydelay = 6;
|
||||||
ed.settingskey = true;
|
ed.settingskey = true;
|
||||||
|
ed.oldnotedelay = 0;
|
||||||
|
ed.notedelay = 0;
|
||||||
|
|
||||||
graphics.backgrounddrawn=false;
|
graphics.backgrounddrawn=false;
|
||||||
music.fadeout();
|
music.fadeout();
|
||||||
|
|||||||
Reference in New Issue
Block a user