aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2005-04-17 22:59:43 +0000
committerMax Horn2005-04-17 22:59:43 +0000
commitc4e7f403f8b36c4c0437b6fa911f383dfa0770ab (patch)
treeface6ccf1d8b387fa5de70ffaaf03a2dbb7c420b /scumm/intern.h
parentadc21c1ac338489b6ef02cb54ae6642495fdbfc5 (diff)
downloadscummvm-rg350-c4e7f403f8b36c4c0437b6fa911f383dfa0770ab.tar.gz
scummvm-rg350-c4e7f403f8b36c4c0437b6fa911f383dfa0770ab.tar.bz2
scummvm-rg350-c4e7f403f8b36c4c0437b6fa911f383dfa0770ab.zip
Split out some index reading code into a new method readIndexBlock()
svn-id: r17659
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index f482116312..53944e7430 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -679,10 +679,13 @@ protected:
Win32ResExtractor *_win32ResExtractor;
MacResExtractor *_macResExtractor;
+ byte *_heV7RoomOffsets;
+
int _heSndSoundFreq, _heSndOffset, _heSndChannel, _heSndSoundId, _heSndFlags, _heSBNGId;
public:
ScummEngine_v70he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs, uint8 md5sum[16]);
+ ~ScummEngine_v70he();
Wiz _wiz;
@@ -693,6 +696,7 @@ protected:
virtual void readRoomsOffsets();
virtual void readGlobalObjects();
+ virtual void readIndexBlock(uint32 blocktype, uint32 itemsize);
virtual void redrawBGAreas();