diff options
Diffstat (limited to '')
-rw-r--r-- | src/penguin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/penguin.cpp b/src/penguin.cpp index 6febbae..f7c63d4 100644 --- a/src/penguin.cpp +++ b/src/penguin.cpp @@ -98,7 +98,7 @@ daPengi *daPengi::build() { } // fix multiple player collisions via megazig - this->isDead = 0; + deathInfo.isDead = 0; this->flags_4FC |= (1<<(31-7)); if(apOther->owner->which_player < 4) { this->counter_504[apOther->owner->which_player] = 0; |