aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dungeonman.h
diff options
context:
space:
mode:
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
};
}