summaryrefslogtreecommitdiff
path: root/src/thundercloud.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thundercloud.cpp')
-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);