diff options
Diffstat (limited to '')
-rw-r--r-- | src/bossTopman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossTopman.cpp b/src/bossTopman.cpp index 427682a..c35e5d1 100644 --- a/src/bossTopman.cpp +++ b/src/bossTopman.cpp @@ -196,7 +196,7 @@ daDreidel *daDreidel::build() { } } - this->isDead = 0; + deathInfo.isDead = 0; this->flags_4FC |= (1<<(31-7)); } |