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