diff options
author | Treeki <treeki@gmail.com> | 2012-11-30 23:10:08 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-11-30 23:10:08 +0100 |
commit | ad610772911d1f3598cf3d2e4076e0e94fd1e0ea (patch) | |
tree | 35ab0ea47c0954793019663c1fe41a58be1166ac /src/koopatlas/core.h | |
parent | db34c0af338b8cf04f50b4ade98668869fd303e1 (diff) | |
download | kamek-ad610772911d1f3598cf3d2e4076e0e94fd1e0ea.tar.gz kamek-ad610772911d1f3598cf3d2e4076e0e94fd1e0ea.zip |
fixes to the map music or something. idk
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/koopatlas/core.h b/src/koopatlas/core.h index 651b628..93cc257 100644 --- a/src/koopatlas/core.h +++ b/src/koopatlas/core.h @@ -112,6 +112,9 @@ class dScKoopatlas_c : public dScene_c { dDvdLoader_c mapListLoader; + bool isFirstPlay; + void startMusic(); + u32 iterateMapList(u32(*callback)(u32,const char *,int,int), u32 userData, int *ptrIndex = 0); const char *getMapNameForIndex(int index); int getIndexForMapName(const char *name); |