aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-26 22:40:13 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitf00f5c19e73204ba44ed508871bb50d348e62a5b (patch)
tree6f885399c8904fc06c304d0a67bbdb6e52649eb6 /engines/dm/inventory.h
parent7ecd3333d7821aa69fa3df4ebbffb33228f43171 (diff)
downloadscummvm-rg350-f00f5c19e73204ba44ed508871bb50d348e62a5b.tar.gz
scummvm-rg350-f00f5c19e73204ba44ed508871bb50d348e62a5b.tar.bz2
scummvm-rg350-f00f5c19e73204ba44ed508871bb50d348e62a5b.zip
DM: Add G0426_T_OpenChest, F0334_INVENTORY_CloseChest
Diffstat (limited to 'engines/dm/inventory.h')
-rw-r--r--engines/dm/inventory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/inventory.h b/engines/dm/inventory.h
index f225e417bd..8457e98faa 100644
--- a/engines/dm/inventory.h
+++ b/engines/dm/inventory.h
@@ -55,6 +55,7 @@ public:
int16 _inventoryChampionOrdinal; // @ G0423_i_InventoryChampionOrdinal
PanelContent _panelContent; // @ G0424_i_PanelContent
Thing _chestSlots[8]; // @ G0425_aT_ChestSlots
+ Thing _openChest; // @ G0426_T_OpenChest
void toggleInventory(ChampionIndex championIndex); // @ F0355_INVENTORY_Toggle_CPSE
void drawStatusBoxPortrait(ChampionIndex championIndex); // @ F0354_INVENTORY_DrawStatusBoxPortrait
@@ -63,6 +64,7 @@ public:
void drawPanelFoodWaterPoisoned(); // @ F0345_INVENTORY_DrawPanel_FoodWaterPoisoned
void drawPanelResurrectReincarnate(); // @ F0346_INVENTORY_DrawPanel_ResurrectReincarnate
void drawPanel(); // @ F0347_INVENTORY_DrawPanel
+ void closeChest(); // @ F0334_INVENTORY_CloseChest
};