From d1eb2636f4b17e261a886e93b2da6fbb5008eb0a Mon Sep 17 00:00:00 2001 From: James Brown Date: Sun, 26 Jan 2003 10:57:01 +0000 Subject: 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 --- scumm/scumm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm/scumm.h') 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(); -- cgit v1.2.3