aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/util.cpp')
-rw-r--r--engines/gob/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/util.cpp b/engines/gob/util.cpp
index 35c17bb9cf..47a5ce076d 100644
--- a/engines/gob/util.cpp
+++ b/engines/gob/util.cpp
@@ -318,7 +318,7 @@ void Util::clearPalette(void) {
int16 i;
byte colors[768];
- if (_vm->_global->_videoMode != 0x13)
+ if ((_vm->_global->_videoMode != 0x13) && (_vm->_global->_videoMode != 0x14))
error("clearPalette: Video mode 0x%x is not supported!",
_vm->_global->_videoMode);