summaryrefslogtreecommitdiff
path: root/src/topman.cpp
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-03-20 22:17:11 -0500
committerColin Noga <Tempus@chronometry.ca>2012-03-20 22:17:11 -0500
commit3cb4a8c2e6de8a2a3bd0a32a969341339db86d83 (patch)
tree686bb44a39827ecc803dd8e8dbbff2412303cc35 /src/topman.cpp
parenta550f21ec661ddd8771a9c779f2b784209fee1f9 (diff)
downloadkamek-3cb4a8c2e6de8a2a3bd0a32a969341339db86d83.tar.gz
kamek-3cb4a8c2e6de8a2a3bd0a32a969341339db86d83.zip
update with fixes
Diffstat (limited to 'src/topman.cpp')
-rw-r--r--src/topman.cpp2
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() { }