diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp index 9c5bdde7..f2d3222f 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -393,7 +393,8 @@ Client::Client(const Options &options): userPalette = new UserPalette; setupWindow = new Setup; - sound.playMusic(branding.getValue("loginMusic", "Magick - Real.ogg")); + sound.playMusic(branding.getValue("loginMusic", + "music/system/Magick - Real.ogg")); // Initialize default server mCurrentServer.hostname = options.serverName; |