aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
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 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();