summaryrefslogtreecommitdiff
path: root/src/koopatlas/core.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-02-25 22:00:45 +0100
committerTreeki <treeki@gmail.com>2013-02-25 22:00:45 +0100
commitb14d7c87531ae8d19120033d67f1c1917143fb37 (patch)
tree398f6fd48efeab6bcdee57979c478e8afad84441 /src/koopatlas/core.cpp
parent3b59105479cef91a00207142a237e188d9aec35b (diff)
downloadkamek-b14d7c87531ae8d19120033d67f1c1917143fb37.tar.gz
kamek-b14d7c87531ae8d19120033d67f1c1917143fb37.zip
don't start map music until path unlocking, etc is done
Diffstat (limited to '')
-rw-r--r--src/koopatlas/core.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp
index 32576d2..1772724 100644
--- a/src/koopatlas/core.cpp
+++ b/src/koopatlas/core.cpp
@@ -179,8 +179,6 @@ bool WMInit_LoadResources2(void *ptr) {
}
if (wm->mapData.load(wm->mapPath)) {
- if (!wm->isFirstPlay)
- wm->startMusic();
return true;
} else
return false;