From 25875637a2b0b1561e2cf69b94674ee74d8031a3 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 8 Jun 2009 20:45:20 +0200 Subject: Fixed the name of the login song The value from branding.xml isn't actually used, since it will only load a branding.xml that is located at 'data/branding.xml' relative from where you run the client. That's an issue to fix later. Mantis-issue: 714 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index d23d273c..bc8725ab 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -940,7 +940,7 @@ int main(int argc, char *argv[]) setupButton->setPosition(top->getWidth() - setupButton->getWidth() - 3, 3); top->add(setupButton); - sound.playMusic(branding.getValue("loginMusic", "Login.ogg")); + sound.playMusic(branding.getValue("loginMusic", "Magick - Real.ogg")); // Initialize login data loginData.hostname = options.serverName; -- cgit v1.2.3-70-g09d2