aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2005-04-03 22:10:10 +0000
committerMax Horn2005-04-03 22:10:10 +0000
commit1419f0d5ef32d8ae811b567616070cf916792320 (patch)
tree31e668a14cdf23dfb026e49003a67327ef9d6fec /scumm/intern.h
parenteda317924ec0573d5c2a8407feaa8dafb6d4a9bc (diff)
downloadscummvm-rg350-1419f0d5ef32d8ae811b567616070cf916792320.tar.gz
scummvm-rg350-1419f0d5ef32d8ae811b567616070cf916792320.tar.bz2
scummvm-rg350-1419f0d5ef32d8ae811b567616070cf916792320.zip
Split readResTypeList into a normal and a GF_OLD_BUNDLE version; added comments to many of the GF_ feature flags; removed GF_DRAWOBJ_OTHER_ORDER (it was only use by Sam&Max, I switched that to a direct check for Sam&Max)
svn-id: r17362
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 944276c7ae..f27b314e35 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -215,6 +215,7 @@ public:
ScummEngine_v3old(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs, uint8 md5sum[16]);
protected:
+ void readResTypeList(int id, uint32 tag, const char *name);
void readIndexFile();
void initRoomSubBlocks();
void loadRoomObjects();