aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-09-13 21:04:47 +0000
committerPaweł Kołodziejski2003-09-13 21:04:47 +0000
commit199e9632b8f4b0d90fc21640e288e1cb56db8948 (patch)
tree7113dd2c71050ceff699f4ae845c1441ae08d275 /scumm/intern.h
parent398af102a1fa8c44088a9567c3095b1a565c272d (diff)
downloadscummvm-rg350-199e9632b8f4b0d90fc21640e288e1cb56db8948.tar.gz
scummvm-rg350-199e9632b8f4b0d90fc21640e288e1cb56db8948.tar.bz2
scummvm-rg350-199e9632b8f4b0d90fc21640e288e1cb56db8948.zip
fixed badly commit
svn-id: r10244
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 864c24274a..51c594e336 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -317,6 +317,8 @@ protected:
};
const OpcodeEntryV6 *_opcodesV6;
+
+ File _hFileTable[17];
public:
Scumm_v6(GameDetector *detector, OSystem *syst) : Scumm(detector, syst)