aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/timer_eob.cpp
diff options
context:
space:
mode:
authorathrxx2011-11-06 17:02:52 +0100
committerJohannes Schickel2011-12-26 16:18:11 +0100
commit9a6be57afd843b0cae09633b3745b104034100fa (patch)
tree67889f2a738c0e5de4e7ef8ac3eb45e17b766fa1 /engines/kyra/timer_eob.cpp
parent77d210765a2e1e299d2321863f5cc543b64ee1bb (diff)
downloadscummvm-rg350-9a6be57afd843b0cae09633b3745b104034100fa.tar.gz
scummvm-rg350-9a6be57afd843b0cae09633b3745b104034100fa.tar.bz2
scummvm-rg350-9a6be57afd843b0cae09633b3745b104034100fa.zip
KYRA: (EOB) - implement explodeObject()
Diffstat (limited to 'engines/kyra/timer_eob.cpp')
-rw-r--r--engines/kyra/timer_eob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/timer_eob.cpp b/engines/kyra/timer_eob.cpp
index 92c7f34ee6..70b89bee9c 100644
--- a/engines/kyra/timer_eob.cpp
+++ b/engines/kyra/timer_eob.cpp
@@ -232,7 +232,7 @@ void EobCoreEngine::timerProcessFlyingObjects(int timerNum) {
} else {
if (fo->flags & 0x20) {
if (!updateFlyingObjectHitTest(fo, fo->curBlock, fo->curPos))
- updateFlyingObject_s3(fo);
+ explodeObject(fo, fo->curBlock, fo->item);
}
endFlight = true;
}