aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2005-10-03 14:08:07 +0000
committerTravis Howell2005-10-03 14:08:07 +0000
commitefa1c130640f4588ccdbba060448d53b51b26a86 (patch)
treefc6139ce1f3cedf5d2e53ee2725c11d62976bc96 /simon/simon.h
parentff6814f19b3309140f9090ed07bb5218c0c0dcfe (diff)
downloadscummvm-rg350-efa1c130640f4588ccdbba060448d53b51b26a86.tar.gz
scummvm-rg350-efa1c130640f4588ccdbba060448d53b51b26a86.tar.bz2
scummvm-rg350-efa1c130640f4588ccdbba060448d53b51b26a86.zip
Cleanup
svn-id: r18929
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index a68fc4d849..a9b7e35c9e 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -442,7 +442,7 @@ protected:
uint itemPtrToID(Item *id);
Item *derefItem(uint item);
- void setItemUnk3(Item *item, int value);
+ void setItemState(Item *item, int value);
void showMessageFormat(const char *s, ...);
const byte *getStringPtrByID(uint string_id);