From b068beb33f38c2f3a4cb8c5ea0b26ad53b3e35b0 Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Mon, 20 Jun 2016 21:51:34 +0200 Subject: DM: Add G0032_s_Graphic562_Box_Panel, G0035_s_Graphic562_Box_Food, G0036_s_Graphic562_Box_Water, G0037_s_Graphic562_Box_Poisoned --- engines/dm/inventory.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engines/dm/inventory.cpp b/engines/dm/inventory.cpp index 15dbd7e82f..2e7f2544f4 100644 --- a/engines/dm/inventory.cpp +++ b/engines/dm/inventory.cpp @@ -9,6 +9,10 @@ namespace DM { Box gBoxFloppyZzzCross = Box(174, 218, 2, 12); // @ G0041_s_Graphic562_Box_ViewportFloppyZzzCross +Box gBoxPanel = Box(80, 223, 52, 124); // @ G0032_s_Graphic562_Box_Panel +Box gBoxFood = Box(112, 159, 60, 68); // @ G0035_s_Graphic562_Box_Food +Box gBoxWater = Box(112, 159, 83, 91); // @ G0036_s_Graphic562_Box_Water +Box gBoxPoisoned = Box(112, 207, 105, 119); // @ G0037_s_Graphic562_Box_Poisoned InventoryMan::InventoryMan(DMEngine *vm) : _vm(vm) {} -- cgit v1.2.3