summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-02-23 05:42:54 +0100
committerTreeki <treeki@gmail.com>2012-02-23 05:42:54 +0100
commit01abdde918a73b95409b2cae4a5492b9ffc9134f (patch)
treed8087aefb73980424ef80b3adee0661882257e30 /src
parentd2dcf3250ea5e9e2197c8f640d2a2cf8c963f74d (diff)
downloadkamek-01abdde918a73b95409b2cae4a5492b9ffc9134f.tar.gz
kamek-01abdde918a73b95409b2cae4a5492b9ffc9134f.zip
header updates
Diffstat (limited to '')
-rw-r--r--src/bossThwompaDomp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossThwompaDomp.cpp b/src/bossThwompaDomp.cpp
index 268b4bd..e84867d 100644
--- a/src/bossThwompaDomp.cpp
+++ b/src/bossThwompaDomp.cpp
@@ -289,7 +289,7 @@ void daEnMegaDosun_c::executeState_DownMove() {
this->UpdateObjectPosBasedOnSpeedValuesReal();
//FIXME what do I do? - bottom detection
- int ret = this->collMgr.s_80072BC0();
+ int ret = this->collMgr.execute();
OSReport("s_80072BC0(): %08x\n", ret);
if(!ret)
return;