diff options
author | Treeki <treeki@gmail.com> | 2013-03-03 02:55:19 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-03-03 02:55:19 +0100 |
commit | 314c9015a11d18fa34fc4f91c9830e03a245ce86 (patch) | |
tree | 78e63ca9b35bdf1756c6cbbe094d21b9a9e5949f /src/koopatlas/core.cpp | |
parent | 1821ee168a7df344e236cf0af1c55569b1e75976 (diff) | |
download | kamek-314c9015a11d18fa34fc4f91c9830e03a245ce86.tar.gz kamek-314c9015a11d18fa34fc4f91c9830e03a245ce86.zip |
add launch stars
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/core.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp index 4cf1768..b67df2f 100644 --- a/src/koopatlas/core.cpp +++ b/src/koopatlas/core.cpp @@ -142,6 +142,7 @@ bool WMInit_LoadSIAnims(void *ptr) { DVD_LoadFile(GetDVDClass(), "Object", "I_kinoko_bundle", 0); DVD_LoadFile(GetDVDClass(), "Object", "lakitu", 0); DVD_LoadFile(GetDVDClass(), "Object", "star_coin", 0); + DVD_LoadFile(GetDVDClass(), "Object", "StarRing", 0); return true; } @@ -438,6 +439,7 @@ int dScKoopatlas_c::onDelete() { DVD_FreeFile(GetDVDClass2(), "I_kinoko_bundle"); DVD_FreeFile(GetDVDClass2(), "lakitu"); DVD_FreeFile(GetDVDClass2(), "star_coin"); + DVD_FreeFile(GetDVDClass2(), "StarRing"); mapListLoader.unload(); |