aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-03-15 05:28:20 +0000
committerTravis Howell2005-03-15 05:28:20 +0000
commit065710ee80ccc4646e13edd31e5bf35bb96a9ce4 (patch)
tree865726081fcd1b37b9a574f7c1cdec17281901f3 /scumm
parente00d808433b1f25b3f3de344ca193a4540fea811 (diff)
downloadscummvm-rg350-065710ee80ccc4646e13edd31e5bf35bb96a9ce4.tar.gz
scummvm-rg350-065710ee80ccc4646e13edd31e5bf35bb96a9ce4.tar.bz2
scummvm-rg350-065710ee80ccc4646e13edd31e5bf35bb96a9ce4.zip
Doesn't apply to NES maniac.
svn-id: r17148
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 05c2e18416..a622bb9142 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1329,7 +1329,7 @@ void ScummEngine::scummInit() {
_tempMusic = 0;
debug(9, "scummInit");
- if ((_gameId == GID_MANIAC) && (_version == 1)) {
+ if ((_gameId == GID_MANIAC) && (_version == 1) && !(_features & GF_NES)) {
initScreens(16, 152);
} else if (_version >= 7 || _heversion >= 71) {
initScreens(0, _screenHeight);