From dad8637ae89d363c40fecfdd8b76afe3d041d6d0 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 5 Sep 2016 22:12:20 +0200 Subject: DM: Fix pointer style in ObjectMan --- engines/dm/objectman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dm') diff --git a/engines/dm/objectman.cpp b/engines/dm/objectman.cpp index 1fc6aa4b38..b81415d1b0 100644 --- a/engines/dm/objectman.cpp +++ b/engines/dm/objectman.cpp @@ -235,7 +235,7 @@ void ObjectMan::drawIconInSlotBox(uint16 slotBoxIndex, int16 iconIndex) { } void ObjectMan::drawLeaderObjectName(Thing thing) { - char* objectName = nullptr; + char *objectName = nullptr; int16 iconIndex = getIconIndex(thing); if (iconIndex == k147_IconIndiceJunkChampionBones) { Junk *junk = (Junk*)_vm->_dungeonMan->getThingData(thing); -- cgit v1.2.3