summaryrefslogtreecommitdiff
path: root/src/thundercloud.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-02-07 03:47:23 +0100
committerTreeki <treeki@gmail.com>2013-02-07 03:47:23 +0100
commit74e1b36b62bfcbdc114e69c3071a989d245b800c (patch)
treeeae6bf9b25dbf0b362e46ad4b9dede2473dd67cc /src/thundercloud.cpp
parent64cd97926e2a45f5220a23626721e60d0ceacfae (diff)
downloadkamek-74e1b36b62bfcbdc114e69c3071a989d245b800c.tar.gz
kamek-74e1b36b62bfcbdc114e69c3071a989d245b800c.zip
pow block method renamed, plus fixes for some enemies/bosses
Diffstat (limited to '')
-rwxr-xr-xsrc/thundercloud.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/thundercloud.cpp b/src/thundercloud.cpp
index d0d3b12..2297f8e 100755
--- a/src/thundercloud.cpp
+++ b/src/thundercloud.cpp
@@ -58,6 +58,8 @@ class dThunderCloud : public dEn_c {
void bindAnimChr_and_setUpdateRate(const char* name, int unk, float unk2, float rate);
+ void powBlockActivated(bool isMPGP);
+
void _vf148();
void _vf14C();
bool CreateIceActors();
@@ -80,6 +82,8 @@ CREATE_STATE(dThunderCloud, Follow);
CREATE_STATE(dThunderCloud, Lightning);
CREATE_STATE(dThunderCloud, Wait);
+void dThunderCloud::powBlockActivated(bool isMPGP) { }
+
// Collision Callbacks
extern "C" void dAcPy_vf3F4(void* mario, void* other, int t);