diff options
Diffstat (limited to 'src/topman.cpp')
-rw-r--r-- | src/topman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topman.cpp b/src/topman.cpp index fccbb0f..42527e2 100644 --- a/src/topman.cpp +++ b/src/topman.cpp @@ -508,7 +508,7 @@ void daTopman::updateModelMatrices() { PlaySound(this, SE_EMY_MECHAKOOPA_DAMAGE); if(this->chrAnimation.isAnimationDone()) { this->kill(); - this->Delete(1); + this->Delete(this->deleteForever); } } void daTopman::endState_Die() { } |