aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/init_v1.cpp')
-rw-r--r--engines/gob/init_v1.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/init_v1.cpp b/engines/gob/init_v1.cpp
index e482104ff9..50db774734 100644
--- a/engines/gob/init_v1.cpp
+++ b/engines/gob/init_v1.cpp
@@ -35,6 +35,9 @@ namespace Gob {
Init_v1::Init_v1(GobEngine *vm) : Init(vm) {
}
+Init_v1::~Init_v1() {
+}
+
void Init_v1::initVideo() {
if (_vm->_global->_videoMode)
_vm->validateVideoMode(_vm->_global->_videoMode);