aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/init_v2.cpp')
-rw-r--r--engines/gob/init_v2.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/gob/init_v2.cpp b/engines/gob/init_v2.cpp
index a5287c8050..f89d5a8cfb 100644
--- a/engines/gob/init_v2.cpp
+++ b/engines/gob/init_v2.cpp
@@ -68,8 +68,6 @@ void Init_v2::initVideo() {
if (_vm->_global->_videoMode != 0)
_vm->_video->initSurfDesc(_vm->_global->_videoMode, _vm->_video->_surfWidth,
_vm->_video->_surfHeight, PRIMARY_SURFACE);
- if ((_vm->getGameType() == kGameTypeGob3) && _vm->isCD())
- _vm->_global->_doSubtitles = true;
}
} // End of namespace Gob