aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init_v2.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2009-04-21 21:44:37 +0000
committerArnaud Boutonné2009-04-21 21:44:37 +0000
commitee929136835a98a108073965315dd87028ed3f12 (patch)
treeef0e6407b3ec5fc82306b7923c0fbc329d094d07 /engines/gob/init_v2.cpp
parent3c580662063b91e1a81468a441261d608381fc3d (diff)
downloadscummvm-rg350-ee929136835a98a108073965315dd87028ed3f12.tar.gz
scummvm-rg350-ee929136835a98a108073965315dd87028ed3f12.tar.bz2
scummvm-rg350-ee929136835a98a108073965315dd87028ed3f12.zip
Patch #2725859 : Added some MD5 to the gob engine, modified the way the first STK and TOT is declared, added inter and draw skeleton for Fascination
svn-id: r40059
Diffstat (limited to 'engines/gob/init_v2.cpp')
-rw-r--r--engines/gob/init_v2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/init_v2.cpp b/engines/gob/init_v2.cpp
index 9e9cf69e97..9c52bd2eea 100644
--- a/engines/gob/init_v2.cpp
+++ b/engines/gob/init_v2.cpp
@@ -51,7 +51,8 @@ void Init_v2::initVideo() {
_vm->_global->_colorCount = 16;
if (!_vm->isEGA() &&
((_vm->getPlatform() == Common::kPlatformPC) ||
- (_vm->getPlatform() == Common::kPlatformMacintosh)) &&
+ (_vm->getPlatform() == Common::kPlatformMacintosh) ||
+ (_vm->getPlatform() == Common::kPlatformWindows)) &&
((_vm->_global->_videoMode == 0x13) ||
(_vm->_global->_videoMode == 0x14)))
_vm->_global->_colorCount = 256;