diff options
author | Travis Howell | 2005-03-15 05:28:20 +0000 |
---|---|---|
committer | Travis Howell | 2005-03-15 05:28:20 +0000 |
commit | 065710ee80ccc4646e13edd31e5bf35bb96a9ce4 (patch) | |
tree | 865726081fcd1b37b9a574f7c1cdec17281901f3 /scumm | |
parent | e00d808433b1f25b3f3de344ca193a4540fea811 (diff) | |
download | scummvm-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.cpp | 2 |
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); |