1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-17 18:18:30 +02:00

Editor: Play Viridan squeak when entering a script

For consistency.
This commit is contained in:
Misa 2021-08-11 19:43:33 -07:00 committed by Ethan Lee
parent 71dfbc1860
commit 254cede905

View File

@ -4204,6 +4204,7 @@ void editorinput(void)
}
key.keybuffer=ed.sb[ed.pagey+ed.sby];
ed.sbx = utf8::unchecked::distance(ed.sb[ed.pagey+ed.sby].begin(), ed.sb[ed.pagey+ed.sby].end());
music.playef(11);
}
}
}