aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2004-01-19 20:23:27 +0000
committerMax Horn2004-01-19 20:23:27 +0000
commit8e89f7d060ca5fac1efc7c244df91b678f7e2c9d (patch)
tree89c54551d525b732be98d953205ea15e837e5db3 /scumm/scumm.h
parentbcf805234115b0fc38e494672883919ed94e6cb6 (diff)
downloadscummvm-rg350-8e89f7d060ca5fac1efc7c244df91b678f7e2c9d.tar.gz
scummvm-rg350-8e89f7d060ca5fac1efc7c244df91b678f7e2c9d.tar.bz2
scummvm-rg350-8e89f7d060ca5fac1efc7c244df91b678f7e2c9d.zip
moved the sam&max inventory hack into o6_setOwner
svn-id: r12520
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index c6685d0fa9..15207c3d2f 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -662,7 +662,6 @@ public:
/* Should be in Object class */
byte OF_OWNER_ROOM;
int getInventorySlot();
- void SamInventoryHack(int obj); // FIXME: Sam and Max hack
int findInventory(int owner, int index);
int getInventoryCount(int owner);