diff options
author | Treeki <treeki@gmail.com> | 2013-04-16 18:44:08 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-04-16 18:44:08 +0200 |
commit | b5e70c50c39612ad480ec7f39be60c82f9c85c1c (patch) | |
tree | eeb22aec78afd640f56a11766b89329dae4ff92a /src/thundercloud.cpp | |
parent | 869d0a60e670d8a3c40f789e4f56dd4caf5bad5e (diff) | |
download | kamek-b5e70c50c39612ad480ec7f39be60c82f9c85c1c.tar.gz kamek-b5e70c50c39612ad480ec7f39be60c82f9c85c1c.zip |
rename the param of powBlockActivated() from isMPGP to isNotMPGP
Diffstat (limited to '')
-rwxr-xr-x | src/thundercloud.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thundercloud.cpp b/src/thundercloud.cpp index 2297f8e..116d076 100755 --- a/src/thundercloud.cpp +++ b/src/thundercloud.cpp @@ -58,7 +58,7 @@ class dThunderCloud : public dEn_c { void bindAnimChr_and_setUpdateRate(const char* name, int unk, float unk2, float rate); - void powBlockActivated(bool isMPGP); + void powBlockActivated(bool isNotMPGP); void _vf148(); void _vf14C(); @@ -82,7 +82,7 @@ CREATE_STATE(dThunderCloud, Follow); CREATE_STATE(dThunderCloud, Lightning); CREATE_STATE(dThunderCloud, Wait); -void dThunderCloud::powBlockActivated(bool isMPGP) { } +void dThunderCloud::powBlockActivated(bool isNotMPGP) { } // Collision Callbacks |