aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/group.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-01 13:15:41 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitbf4ae50e6ba18fdd9c7dedb1e40a467b58fd9ac1 (patch)
tree17ce5c7dc460dc3c5f865ab86e3b1c803ed46aaa /engines/dm/group.h
parentd312ac086d0a1cd19c784e1fd7752652f8896ad8 (diff)
downloadscummvm-rg350-bf4ae50e6ba18fdd9c7dedb1e40a467b58fd9ac1.tar.gz
scummvm-rg350-bf4ae50e6ba18fdd9c7dedb1e40a467b58fd9ac1.tar.bz2
scummvm-rg350-bf4ae50e6ba18fdd9c7dedb1e40a467b58fd9ac1.zip
DM: Add F0115_DUNGEONVIEW_DrawObjectsCreaturesProjectilesExplosions_CPSEF
Diffstat (limited to 'engines/dm/group.h')
-rw-r--r--engines/dm/group.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/dm/group.h b/engines/dm/group.h
index 49ec009d94..0c2233dcb7 100644
--- a/engines/dm/group.h
+++ b/engines/dm/group.h
@@ -82,6 +82,10 @@ enum CreatureType {
#define kMaskCreatureInfo_archenemy 0x2000 // @ MASK0x2000_ARCHENEMY
#define kMaskCreatureInfo_magicmap 0x4000 // @ MASK0x4000_MAGICMAP
+
+#define kMaskActiveGroupFlipBitmap 0x0040 // @ MASK0x0040_FLIP_BITMAP
+#define kMaskActiveGroupIsAttacking 0x0080 // @ MASK0x0080_IS_ATTACKING
+
class ActiveGroup {
public:
int _groupThingIndex;