aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/init_v6.cpp')
-rw-r--r--engines/gob/init_v6.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/init_v6.cpp b/engines/gob/init_v6.cpp
index 4b14c8a29c..40b4769e78 100644
--- a/engines/gob/init_v6.cpp
+++ b/engines/gob/init_v6.cpp
@@ -34,6 +34,9 @@ namespace Gob {
Init_v6::Init_v6(GobEngine *vm) : Init_v3(vm) {
}
+Init_v6::~Init_v6() {
+}
+
void Init_v6::initGame() {
_vm->_global->_noCd = false;