summaryrefslogtreecommitdiff
path: root/src/topman.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-12-04 00:19:32 +0100
committerTreeki <treeki@gmail.com>2012-12-04 00:19:32 +0100
commit4dab891a526d909dd51523f3d3173c3184ec7705 (patch)
treee51fb3d3c3605216fa2ee40c7992cc97ac696cd6 /src/topman.cpp
parent15af665eac26f9a29b864617d571ef539a6c42b0 (diff)
downloadkamek-4dab891a526d909dd51523f3d3173c3184ec7705.tar.gz
kamek-4dab891a526d909dd51523f3d3173c3184ec7705.zip
tons of updates. better APDebug, fixed dEn_c, mostly fixed gigoomba
Diffstat (limited to 'src/topman.cpp')
-rw-r--r--src/topman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/topman.cpp b/src/topman.cpp
index 0c2865a..2119c03 100644
--- a/src/topman.cpp
+++ b/src/topman.cpp
@@ -125,7 +125,7 @@ daTopman *daTopman::build() {
}
// fix multiple player collisions via megazig
- this->isDead = 0;
+ deathInfo.isDead = 0;
this->flags_4FC |= (1<<(31-7));
this->counter_504[apOther->owner->which_player] = 0;
}
@@ -138,7 +138,7 @@ daTopman *daTopman::build() {
this->dEn_c::playerCollision(apThis, apOther);
this->_vf220(apOther->owner);
- this->isDead = 0;
+ deathInfo.isDead = 0;
this->flags_4FC |= (1<<(31-7));
this->counter_504[apOther->owner->which_player] = 0;
}