mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Editor: Play Viridan squeak when entering a script
For consistency.
This commit is contained in:
parent
71dfbc1860
commit
254cede905
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue