From b956c707f45a52a950f9a78eef04323768e8c560 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 25 Jul 2009 16:08:31 +0000 Subject: Moved the decision whether subtitles should be displayed, so that the broken subtitles in The Last Dynasty aren't shown svn-id: r42767 --- engines/gob/init_v1.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/gob/init_v1.cpp') 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); -- cgit v1.2.3