diff --git a/source/TitleState.hx b/source/TitleState.hx index d7dbd3dd560..10b35e1f1ed 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -371,7 +371,7 @@ class TitleState extends MusicBeatState switch(sarcasmEasterEgg.toUpperCase()) { case 'ANNOUNCER': - FlxG.sound.play(Paths.sound('sarcasmComplete')) + FlxG.sound.play(Paths.sound('sarcasmComplete')); } }