diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/gfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 46a0f8281b..7bc3ee7d8c 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -707,7 +707,7 @@ void ScummEngine::initBGBuffers(int height) { ptr = findResourceData(MKID('SMAP'), room); gdi._numZBuffer = 0; - if (_gameId == GID_MONKEY_EGA || _gameId == GID_PASS) + if (_features & GF_16COLOR) off = READ_LE_UINT16(ptr); else off = READ_LE_UINT32(ptr); |