diff options
author | Travis Howell | 2004-08-23 10:59:53 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-23 10:59:53 +0000 |
commit | 2b2b55be909f616e833ca76e059e2fd3b95ccebf (patch) | |
tree | f7b4fe10fa6a4be3eca11a9024cbd2502b1ef48b /scumm/intern.h | |
parent | d35660a6cb72afa610aba8296ac1b23813be17de (diff) | |
download | scummvm-rg350-2b2b55be909f616e833ca76e059e2fd3b95ccebf.tar.gz scummvm-rg350-2b2b55be909f616e833ca76e059e2fd3b95ccebf.tar.bz2 scummvm-rg350-2b2b55be909f616e833ca76e059e2fd3b95ccebf.zip |
Ooops
svn-id: r14713
Diffstat (limited to 'scumm/intern.h')
-rw-r--r-- | scumm/intern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index bb6f1db18d..f8a4b87d4b 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -645,7 +645,8 @@ protected: const OpcodeEntryV72he *_opcodesV72he; public: - ScummEngine_v72he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs); + ScummEngine_v72he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs) : ScummEngine_v7he(detector, syst, gs) {} + //ScummEngine_v72he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs); protected: virtual void setupScummVars(); |