aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorathrxx2011-06-04 15:59:29 +0200
committerathrxx2011-06-04 16:03:14 +0200
commit3f603ce0ab97ba9176d3e2df6cfab3de49d98d24 (patch)
tree0c7058496803214ff7df95773aa69d965a1f3f2d /engines/kyra/lol.h
parent4628833a32303242a036730d5f7ee8a10da28a7a (diff)
downloadscummvm-rg350-3f603ce0ab97ba9176d3e2df6cfab3de49d98d24.tar.gz
scummvm-rg350-3f603ce0ab97ba9176d3e2df6cfab3de49d98d24.tar.bz2
scummvm-rg350-3f603ce0ab97ba9176d3e2df6cfab3de49d98d24.zip
LOL: changed workaround for fireball bug
(see comment in items_lol.cpp)
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index a815fa1a37..28e7fd80d1 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -1215,7 +1215,7 @@ private:
void setItemPosition(Item item, uint16 x, uint16 y, int flyingHeight, int b);
void removeLevelItem(Item item, int block);
bool launchObject(int objectType, Item item, int startX, int startY, int flyingHeight, int direction, int, int attackerId, int c);
- void endObjectFlight(FlyingObject *t, int x, int y, int objectOnNextBlock);
+ void endObjectFlight(FlyingObject *t, int x, int y, int collisionObject);
void processObjectFlight(FlyingObject *t, int x, int y);
void updateObjectFlightPosition(FlyingObject *t);
void objectFlightProcessHits(FlyingObject *t, int x, int y, int objectOnNextBlock);