aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2003-09-13 13:59:46 +0000
committerMax Horn2003-09-13 13:59:46 +0000
commitb6e4fb2ef788f5e286017a87bfad4170c1999735 (patch)
tree372d779aebfeaa8f9d9c3b0fba5da7e40e084330 /scumm/intern.h
parentc334c1103fbb927d4826bcafd89a71fa7391a093 (diff)
downloadscummvm-rg350-b6e4fb2ef788f5e286017a87bfad4170c1999735.tar.gz
scummvm-rg350-b6e4fb2ef788f5e286017a87bfad4170c1999735.tar.bz2
scummvm-rg350-b6e4fb2ef788f5e286017a87bfad4170c1999735.zip
since _hFileTable is only used by Scumm_v6, there is no reason to put it into class Scumm
svn-id: r10227
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 88a2dbfea4..4f947e3f7c 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -317,7 +317,8 @@ protected:
};
const OpcodeEntryV6 *_opcodesV6;
-
+
+ File _hFileTable[17];
public:
Scumm_v6(GameDetector *detector, OSystem *syst) : Scumm(detector, syst)
{