aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-08-03 15:18:00 +0000
committerSven Hesse2007-08-03 15:18:00 +0000
commite802f067cd96d63054b4233e44db02b660557787 (patch)
treee49723f0af30097d6a0bc323876933755bce97d3 /engines/gob/gob.cpp
parent02103a65a271af647ff32928b331ee4291607931 (diff)
downloadscummvm-rg350-e802f067cd96d63054b4233e44db02b660557787.tar.gz
scummvm-rg350-e802f067cd96d63054b4233e44db02b660557787.tar.bz2
scummvm-rg350-e802f067cd96d63054b4233e44db02b660557787.zip
Lost in Time now (kind of) shows the title and the wobble-effect is drawn
svn-id: r28433
Diffstat (limited to 'engines/gob/gob.cpp')
-rw-r--r--engines/gob/gob.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index 40a505364d..d9385b1b0f 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -136,7 +136,8 @@ void GobEngine::validateLanguage() {
}
void GobEngine::validateVideoMode(int16 videoMode) {
- if ((videoMode != 0x13) && (videoMode != 0x14) && (videoMode != 0x18))
+ if ((videoMode != 0x10) && (videoMode != 0x13) &&
+ (videoMode != 0x14) && (videoMode != 0x18))
error("Video mode 0x%X is not supported!", videoMode);
}