aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.h
diff options
context:
space:
mode:
authorNicola Mettifogo2010-05-22 17:59:33 +0000
committerNicola Mettifogo2010-05-22 17:59:33 +0000
commit2f5cb946bb6faa27efabd9a3914db805c4f3dbb6 (patch)
tree42876752921a07fb58df24d29397892d4e7456c4 /engines/parallaction/parallaction.h
parentb4813f9b182a5034a50412fe5212ba09f9323bfe (diff)
downloadscummvm-rg350-2f5cb946bb6faa27efabd9a3914db805c4f3dbb6.tar.gz
scummvm-rg350-2f5cb946bb6faa27efabd9a3914db805c4f3dbb6.tar.bz2
scummvm-rg350-2f5cb946bb6faa27efabd9a3914db805c4f3dbb6.zip
Finish implementation of hitZone and related functions as from the original code.
svn-id: r49145
Diffstat (limited to 'engines/parallaction/parallaction.h')
-rw-r--r--engines/parallaction/parallaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/parallaction.h b/engines/parallaction/parallaction.h
index a5769350bd..1201f0a4c2 100644
--- a/engines/parallaction/parallaction.h
+++ b/engines/parallaction/parallaction.h
@@ -360,6 +360,7 @@ public:
uint32 getLocationFlags();
bool checkSpecialZoneBox(ZonePtr z, uint32 type, uint x, uint y);
bool checkZoneBox(ZonePtr z, uint32 type, uint x, uint y);
+ bool checkZoneType(ZonePtr z, uint32 type);
bool checkLinkedAnimBox(ZonePtr z, uint32 type, uint x, uint y);
ZonePtr hitZone(uint32 type, uint16 x, uint16 y);
void runZone(ZonePtr z);