From 5bd6e3a49b2030a763fa3fb08b4e948e40f37f00 Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Tue, 16 Aug 2016 09:15:53 +0200 Subject: DM: Add missing calls in constructors to initConstant methods --- engines/dm/inventory.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/dm/inventory.cpp') diff --git a/engines/dm/inventory.cpp b/engines/dm/inventory.cpp index 8a25ecda15..c17191c718 100644 --- a/engines/dm/inventory.cpp +++ b/engines/dm/inventory.cpp @@ -74,6 +74,8 @@ InventoryMan::InventoryMan(DMEngine *vm) : _vm(vm) { _g426_openChest = Thing::_none; _g421_objDescTextXpos = 0; _g422_objDescTextYpos = 0; + + initConstants(); } void InventoryMan::f355_toggleInventory(ChampionIndex championIndex) { -- cgit v1.2.3