aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/objectman.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-02 20:12:10 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit883370eb7d0dfdfbc1ef15ed9f0458cdc1423368 (patch)
treede091d062a118e4fe1a179879b5393fc07ae5062 /engines/dm/objectman.h
parent8c06b0afd0c4ca9fa8f147a40ccd7210250f5a88 (diff)
downloadscummvm-rg350-883370eb7d0dfdfbc1ef15ed9f0458cdc1423368.tar.gz
scummvm-rg350-883370eb7d0dfdfbc1ef15ed9f0458cdc1423368.tar.bz2
scummvm-rg350-883370eb7d0dfdfbc1ef15ed9f0458cdc1423368.zip
DM: Remove several blitting overloads
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 f0d2bedf07..e4ce2cf019 100644
--- a/engines/dm/objectman.h
+++ b/engines/dm/objectman.h
@@ -60,7 +60,7 @@ public:
IconIndice getObjectType(Thing thing); // @ F0032_OBJECT_GetType
IconIndice getIconIndex(Thing thing); // @ F0033_OBJECT_GetIconIndex
- void extractIconFromBitmap(uint16 iconIndex, byte *destBitmap); // F0036_OBJECT_ExtractIconFromBitmap
+ void extractIconFromBitmap(uint16 iconIndex, byte *destBitmap); // @ F0036_OBJECT_ExtractIconFromBitmap
void drawIconInSlotBox(uint16 slotBoxIndex, int16 iconIndex); // @ F0038_OBJECT_DrawIconInSlotBox
void drawLeaderObjectName(Thing thing); // @ F0034_OBJECT_DrawLeaderHandObjectName
IconIndice getIconIndexInSlotBox(uint16 slotBoxIndex); // @ F0039_OBJECT_GetIconIndexInSlotBox