aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2003-09-11 04:06:18 +0000
committerTravis Howell2003-09-11 04:06:18 +0000
commit232c050f73059422573d5776fd31571f003cb899 (patch)
tree8fbd7162bcfbfd8cb5e995a3b08a4fe66da500de
parentd711f0a71600d72a76a27c3896550ee9811be44d (diff)
downloadscummvm-rg350-232c050f73059422573d5776fd31571f003cb899.tar.gz
scummvm-rg350-232c050f73059422573d5776fd31571f003cb899.tar.bz2
scummvm-rg350-232c050f73059422573d5776fd31571f003cb899.zip
Roland updates only applies ot PC versions.
svn-id: r10165
-rw-r--r--scumm/scummvm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index e5a932b21e..966e499f96 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -1129,8 +1129,8 @@ void Scumm::initScummVars() {
case MD_PCSPK:
case MD_PCJR: VAR(VAR_SOUNDCARD) = 1; break;
default:
- if ((_gameId == GID_MONKEY_EGA) || ((_gameId == GID_MONKEY_VGA) && !(_features & GF_AMIGA))
- || (_gameId == GID_LOOM)) {
+ if ((_gameId == GID_MONKEY_EGA || _gameId == GID_MONKEY_VGA || _gameId == GID_LOOM)
+ && !(_features & GF_AMIGA || _features & GF_ATARI_ST || _features & GF_MACINTOSH)) {
if (_gameId == GID_LOOM) {
char buf[50];
uint i = 82;