aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2005-04-10 00:51:47 +0000
committerMax Horn2005-04-10 00:51:47 +0000
commitcfe85b8618637e5d85dc183b142e0bfffc98434b (patch)
tree654603c6aa198ab403f909bd32d0a027f0356684 /scumm/intern.h
parent78f2f279c40b9ff34b2afcd728a15399b823f57f (diff)
downloadscummvm-rg350-cfe85b8618637e5d85dc183b142e0bfffc98434b.tar.gz
scummvm-rg350-cfe85b8618637e5d85dc183b142e0bfffc98434b.tar.bz2
scummvm-rg350-cfe85b8618637e5d85dc183b142e0bfffc98434b.zip
Don't call allocateArrays from readMAXS, rather call it explicitly after calling readMAXS; init _palManipCounter in the proper place (only needed when restarting); free palManip data on exit
svn-id: r17495
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 7aaf4e88ca..dd85c58c20 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -261,6 +261,7 @@ protected:
virtual void readIndexFile();
void readClassicIndexFile(); // V1
void readEnhancedIndexFile(); // V2
+ virtual void readGlobalObjects();
virtual void loadCharset(int no);