aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/objectman.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/objectman.h')
-rw-r--r--engines/dm/objectman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/objectman.h b/engines/dm/objectman.h
index 177d3bb0e3..908520c5f0 100644
--- a/engines/dm/objectman.h
+++ b/engines/dm/objectman.h
@@ -9,7 +9,7 @@ class ObjectMan {
public:
ObjectMan(DMEngine *vm);
IconIndice getObjectType(Thing thing); // @ F0032_OBJECT_GetType
- int16 getIconIndex(Thing thing); // @ F0033_OBJECT_GetIconIndex
+ IconIndice getIconIndex(Thing thing); // @ F0033_OBJECT_GetIconIndex
void extractIconFromBitmap(uint16 iconIndex, byte *srcBitmap); // F0036_OBJECT_ExtractIconFromBitmap
};