aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dungeonman.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-30 19:59:35 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitd312ac086d0a1cd19c784e1fd7752652f8896ad8 (patch)
treed66745594e2e1d90ee71ca6e2fd0d11a0e89458d /engines/dm/dungeonman.h
parent6d2d839d2721917e2c512511da544a07a9382322 (diff)
downloadscummvm-rg350-d312ac086d0a1cd19c784e1fd7752652f8896ad8.tar.gz
scummvm-rg350-d312ac086d0a1cd19c784e1fd7752652f8896ad8.tar.bz2
scummvm-rg350-d312ac086d0a1cd19c784e1fd7752652f8896ad8.zip
DM: Add dependencies for F0115_DUNGEONVIEW_DrawObjectsCreaturesProjectilesExplosions_CPSEF
Diffstat (limited to 'engines/dm/dungeonman.h')
-rw-r--r--engines/dm/dungeonman.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/dm/dungeonman.h b/engines/dm/dungeonman.h
index ec04aa8c8f..f3faafdf21 100644
--- a/engines/dm/dungeonman.h
+++ b/engines/dm/dungeonman.h
@@ -589,9 +589,6 @@ struct DungeonData {
uint16 **_thingsData[16]; // @ G0284_apuc_ThingData
byte ***_mapData; // @ G0279_pppuc_DungeonMapData
-
- // TODO: ??? is this doing here
- uint16 _eventMaximumCount; // @ G0369_ui_EventMaximumCount
}; // @ AGGREGATE
struct CurrMapData {
@@ -676,6 +673,7 @@ public:
bool _isFacingViAltar; // @ G0287_B_FacingViAltar
bool _isFacingFountain; // @ G0288_B_FacingFountain
ElementType _squareAheadElement; // @ G0285_i_SquareAheadElement
+ Thing _pileTopObject[5]; // @ G0292_aT_PileTopObject
};
}