mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
Stop the game from freezing if we play a song during a fadeout (#61)
This commit is contained in:
@@ -248,6 +248,7 @@ void scriptclass::run( KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map,
|
||||
if (words[0] == "musicfadeout")
|
||||
{
|
||||
music.fadeout();
|
||||
music.dontquickfade = true;
|
||||
}
|
||||
if (words[0] == "musicfadein")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user