aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index ec1d47e0db..4ef1d024a3 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1287,6 +1287,16 @@ ScummEngine_v72he::ScummEngine_v72he(GameDetector *detector, OSystem *syst, cons
VAR_WIZ_TCOLOR = 0xFF;
}
+ScummEngine_v8::ScummEngine_v8(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs, uint8 md5sum[16])
+ : ScummEngine_v7(detector, syst, gs, md5sum) {
+ _objectIDMap = 0;
+}
+
+ScummEngine_v8::~ScummEngine_v8() {
+ delete [] _objectIDMap;
+}
+
+
#pragma mark -
#pragma mark --- Initialization ---
#pragma mark -