From c95b23317ce179fe168a20f39a132b4cd9ec4f32 Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Thu, 7 Jul 2016 00:46:51 +0200 Subject: DM: Add some missing code --- engines/dm/objectman.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/dm/objectman.cpp') diff --git a/engines/dm/objectman.cpp b/engines/dm/objectman.cpp index ff7ff4dd9d..157cfd8ad8 100644 --- a/engines/dm/objectman.cpp +++ b/engines/dm/objectman.cpp @@ -252,4 +252,10 @@ void ObjectMan::f34_drawLeaderObjectName(Thing thing) { IconIndice ObjectMan::f39_getIconIndexInSlotBox(uint16 slotBoxIndex) { return (IconIndice)_g30_slotBoxes[slotBoxIndex]._iconIndex; } + +void ObjectMan::f35_clearLeaderObjectName() { + static Box g28_BoxLeaderHandObjectName(233, 319, 33, 38); // @ G0028_s_Graphic562_Box_LeaderHandObjectName + _vm->_displayMan->D24_fillScreenBox(g28_BoxLeaderHandObjectName, k0_ColorBlack); +} + } -- cgit v1.2.3