From 2b2b55be909f616e833ca76e059e2fd3b95ccebf Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 23 Aug 2004 10:59:53 +0000 Subject: [PATCH] Ooops svn-id: r14713 --- scumm/intern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scumm/intern.h b/scumm/intern.h index bb6f1db18d0..f8a4b87d4b1 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();