1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-09 10:29: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:
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();