summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Friis <peavey@inspircd.org>2009-05-19 00:56:39 +0200
committerDennis Friis <peavey@inspircd.org>2009-05-27 21:55:29 +0200
commit41d4aa745fd15b4a22f231e316ec353316842212 (patch)
treed642bb7b69e94276703ae51adfa8bfb732779e9a
parentef3ca81ed1b59e4700db38768d7dc8c00b819cf0 (diff)
downloadmana-client-41d4aa745fd15b4a22f231e316ec353316842212.tar.gz
mana-client-41d4aa745fd15b4a22f231e316ec353316842212.tar.bz2
mana-client-41d4aa745fd15b4a22f231e316ec353316842212.tar.xz
mana-client-41d4aa745fd15b4a22f231e316ec353316842212.zip
Dont fade out logon music on athena client this kills first map song.
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 32bf2e2f..3b0b35b7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1471,8 +1471,6 @@ int main(int argc, char *argv[])
break;
case STATE_GAME:
- sound.fadeOutMusic(1000);
-
delete progressBar;
delete progressLabel;
delete setupButton;