summaryrefslogtreecommitdiff
path: root/src/koopatlas
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-03-27 21:38:52 +0200
committerTreeki <treeki@gmail.com>2012-03-27 21:38:52 +0200
commit5e8e92cd8f403cbfebc4469a1aee252212e42045 (patch)
tree316022f62e20bbb066550ab541dfb7290d8ca6e5 /src/koopatlas
parente12b1713576544fdda756a3ca8831642562ea921 (diff)
downloadkamek-5e8e92cd8f403cbfebc4469a1aee252212e42045.tar.gz
kamek-5e8e92cd8f403cbfebc4469a1aee252212e42045.zip
Kamek/Newer now support dynamic linking
Diffstat (limited to '')
-rw-r--r--src/koopatlas/core.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp
index f7acf00..de06453 100644
--- a/src/koopatlas/core.cpp
+++ b/src/koopatlas/core.cpp
@@ -175,6 +175,7 @@ bool WMInit_LoadResources2(void *ptr) {
wm->mapPath = wm->getMapNameForIndex(wm->currentMapID);
if (wm->mapPath == 0)
wm->mapPath = wm->getMapNameForIndex(0);
+ OSReport("Load map: %s\n", wm->mapPath);
}
return wm->mapData.load(wm->mapPath);