aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/group.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-12 08:04:06 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit278e0b6647bd9cc46818771da86a2fadb30cd123 (patch)
tree3d008178cdfb15f6ee891169e2fb6c0a00da4b83 /engines/dm/group.h
parent9aa6c28fabd95d3aeaf5840386fb5d3327247d62 (diff)
downloadscummvm-rg350-278e0b6647bd9cc46818771da86a2fadb30cd123.tar.gz
scummvm-rg350-278e0b6647bd9cc46818771da86a2fadb30cd123.tar.bz2
scummvm-rg350-278e0b6647bd9cc46818771da86a2fadb30cd123.zip
DM: Add f252_timelineProcessEvents60to61_moveGroup
Diffstat (limited to 'engines/dm/group.h')
-rw-r--r--engines/dm/group.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/dm/group.h b/engines/dm/group.h
index 6153d514d2..242e52768d 100644
--- a/engines/dm/group.h
+++ b/engines/dm/group.h
@@ -235,11 +235,7 @@ public:
void f194_removeAllActiveGroups(); // @ F0194_GROUP_RemoveAllActiveGroups
void f195_addAllActiveGroups(); // @ F0195_GROUP_AddAllActiveGroups
Thing f185_groupGetGenerated(int16 creatureType, int16 healthMultiplier, uint16 creatureCount, direction dir, int16 mapX, int16 mapY); // @ F0185_GROUP_GetGenerated
-
-
-
-
-
+ bool f223_isSquareACorridorTeleporterPitOrDoor(int16 mapX, int16 mapY); // @ F0223_GROUP_IsSquareACorridorTeleporterPitOrDoor
};