From 218dd502d9b846bd6ef66ca7cd9b8bba58eeb4f4 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 26 Aug 2017 17:00:45 -0400 Subject: [PATCH] Makes playtitlemusic() waitfor = FALSE --- code/game/sound.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/sound.dm b/code/game/sound.dm index 7f97ab878de..889777896cc 100644 --- a/code/game/sound.dm +++ b/code/game/sound.dm @@ -98,6 +98,7 @@ SEND_SOUND(src, sound(null, repeat = 0, wait = 0, channel = chan)) /client/proc/playtitlemusic(vol = 85) + set waitfor = FALSE UNTIL(SSticker.login_music) //wait for SSticker init to set the login music if(prefs && (prefs.toggles & SOUND_LOBBY))