diff options
author | Treeki <treeki@gmail.com> | 2012-12-04 00:19:32 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-12-04 00:19:32 +0100 |
commit | 4dab891a526d909dd51523f3d3173c3184ec7705 (patch) | |
tree | e51fb3d3c3605216fa2ee40c7992cc97ac696cd6 /src/bossSamurshai.cpp | |
parent | 15af665eac26f9a29b864617d571ef539a6c42b0 (diff) | |
download | kamek-4dab891a526d909dd51523f3d3173c3184ec7705.tar.gz kamek-4dab891a526d909dd51523f3d3173c3184ec7705.zip |
tons of updates. better APDebug, fixed dEn_c, mostly fixed gigoomba
Diffstat (limited to 'src/bossSamurshai.cpp')
-rw-r--r-- | src/bossSamurshai.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bossSamurshai.cpp b/src/bossSamurshai.cpp index 9ed5b9a..91056f0 100644 --- a/src/bossSamurshai.cpp +++ b/src/bossSamurshai.cpp @@ -129,7 +129,7 @@ daSamurshai *daSamurshai::build() { this->_vf220(apOther->owner); } - this->isDead = 0; + deathInfo.isDead = 0; this->flags_4FC |= (1<<(31-7)); this->counter_504[apOther->owner->which_player] = 0; } @@ -149,7 +149,7 @@ daSamurshai *daSamurshai::build() { else { doStateChange(&StateID_Damage); } } - this->isDead = 0; + deathInfo.isDead = 0; this->flags_4FC |= (1<<(31-7)); this->counter_504[apOther->owner->which_player] = 0; } @@ -169,7 +169,7 @@ daSamurshai *daSamurshai::build() { else { doStateChange(&StateID_Damage); } } - this->isDead = 0; + deathInfo.isDead = 0; this->flags_4FC |= (1<<(31-7)); this->counter_504[apOther->owner->which_player] = 0; } |