diff --git a/code/controllers/subsystem/title.dm b/code/controllers/subsystem/title.dm index c4f2c2b5e0..b5746f6163 100644 --- a/code/controllers/subsystem/title.dm +++ b/code/controllers/subsystem/title.dm @@ -47,7 +47,7 @@ SUBSYSTEM_DEF(title) if(fexists(sound_file)) sound_path = sound_file else - sound_path = "[global.config.directory]/title_music/sounds/[pick(flist("[global.config.directory]/title_music/sounds/"))]" + sound_path = null if(splash_turf) splash_turf.icon = icon