diff options
| author | Bendegúz Nagy | 2016-06-19 15:23:37 +0200 | 
|---|---|---|
| committer | Bendegúz Nagy | 2016-08-26 23:02:22 +0200 | 
| commit | 7782754d68e87d5bfd9980aa1c78a01c29a87574 (patch) | |
| tree | fbfe9d0a8861eb62f1098ecd736d03a2f03517cf /engines/dm/objectman.h | |
| parent | d9ed599de6a4c362f9d3eaf6e37b9fb1f86edfb3 (diff) | |
| download | scummvm-rg350-7782754d68e87d5bfd9980aa1c78a01c29a87574.tar.gz scummvm-rg350-7782754d68e87d5bfd9980aa1c78a01c29a87574.tar.bz2 scummvm-rg350-7782754d68e87d5bfd9980aa1c78a01c29a87574.zip | |
DM: Add F0386_MENUS_DrawActionIcon
Diffstat (limited to 'engines/dm/objectman.h')
| -rw-r--r-- | engines/dm/objectman.h | 2 | 
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  }; | 
