diff options
| author | Bendegúz Nagy | 2016-07-01 13:15:41 +0200 | 
|---|---|---|
| committer | Bendegúz Nagy | 2016-08-26 23:02:22 +0200 | 
| commit | bf4ae50e6ba18fdd9c7dedb1e40a467b58fd9ac1 (patch) | |
| tree | 17ce5c7dc460dc3c5f865ab86e3b1c803ed46aaa /engines/dm/group.h | |
| parent | d312ac086d0a1cd19c784e1fd7752652f8896ad8 (diff) | |
| download | scummvm-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.h | 4 | 
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;  | 
