aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJames Brown2003-01-26 10:57:01 +0000
committerJames Brown2003-01-26 10:57:01 +0000
commitd1eb2636f4b17e261a886e93b2da6fbb5008eb0a (patch)
tree337955100e66e8e2578408d293899b51d187e9e0 /scumm/scumm.h
parent8d9b84b98eb92abbf4d932d6c6e10a10e0fe576b (diff)
downloadscummvm-rg350-d1eb2636f4b17e261a886e93b2da6fbb5008eb0a.tar.gz
scummvm-rg350-d1eb2636f4b17e261a886e93b2da6fbb5008eb0a.tar.bz2
scummvm-rg350-d1eb2636f4b17e261a886e93b2da6fbb5008eb0a.zip
Patch 671031: Fix for MI1 intro crash + others (move new object
clearing code into a more generic function, and call it earlier) svn-id: r6548
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 46cebc6979..6bc52c4c61 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -532,6 +532,7 @@ public:
bool isResourceInUse(int type, int i);
bool isResourceLoaded(int type, int index);
void initRoomSubBlocks();
+ void clearRoomObjects();
void loadRoomObjects();
void loadRoomObjectsSmall();
void readArrayFromIndexFile();