aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v2.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-08-02 19:07:47 +0000
committerSven Hesse2007-08-02 19:07:47 +0000
commita865457d731e0444bcabba829ff098f662d45a13 (patch)
treea0d49709c0540db26ab7d7edd0696f090cc4a0c1 /engines/gob/inter_v2.cpp
parentc1d7fa04331f4a2aed056845419d3c2f0421b927 (diff)
downloadscummvm-rg350-a865457d731e0444bcabba829ff098f662d45a13.tar.gz
scummvm-rg350-a865457d731e0444bcabba829ff098f662d45a13.tar.bz2
scummvm-rg350-a865457d731e0444bcabba829ff098f662d45a13.zip
Added Lost in Time. The title screen doesn't show and the wobble-effect isn't there, but the game is (partly?) playable.
svn-id: r28414
Diffstat (limited to 'engines/gob/inter_v2.cpp')
-rw-r--r--engines/gob/inter_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v2.cpp b/engines/gob/inter_v2.cpp
index 23abc38f6c..8cb8b706bd 100644
--- a/engines/gob/inter_v2.cpp
+++ b/engines/gob/inter_v2.cpp
@@ -1378,7 +1378,7 @@ void Inter_v2::o2_initScreen() {
_vm->_global->_fakeVideoMode = videoMode;
// Some versions require this
- if (videoMode == 0xD)
+ if ((videoMode == 0xD) || (videoMode == 0x10))
videoMode = _vm->_mode;
if ((videoMode == _vm->_global->_videoMode) && (width == -1))