aboutsummaryrefslogtreecommitdiff
path: root/scumm/object.h
diff options
context:
space:
mode:
authorMax Horn2005-04-17 23:19:16 +0000
committerMax Horn2005-04-17 23:19:16 +0000
commit96e40213efc65644c3685ca543f6ddbc05a27d87 (patch)
tree4d648d30e1e100841127adbe7fd6c1bfcb2a904e /scumm/object.h
parentc4e7f403f8b36c4c0437b6fa911f383dfa0770ab (diff)
downloadscummvm-rg350-96e40213efc65644c3685ca543f6ddbc05a27d87.tar.gz
scummvm-rg350-96e40213efc65644c3685ca543f6ddbc05a27d87.tar.bz2
scummvm-rg350-96e40213efc65644c3685ca543f6ddbc05a27d87.zip
New virtual method getObjectIdFromOBIM
svn-id: r17660
Diffstat (limited to 'scumm/object.h')
-rw-r--r--scumm/object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/object.h b/scumm/object.h
index 78cfc811ff..a50933c3d5 100644
--- a/scumm/object.h
+++ b/scumm/object.h
@@ -165,7 +165,6 @@ struct ImageHeader { /* file format */
struct FindObjectInRoom {
const CodeHeader *cdhd;
const byte *obcd;
- const ImageHeader *imhd;
const byte *obim;
const byte *roomptr;
};