aboutsummaryrefslogtreecommitdiff
path: root/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.cpp')
-rw-r--r--gfx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx.cpp b/gfx.cpp
index 1a2d48290d..254190e116 100644
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -951,6 +951,8 @@ void Scumm::redrawBGStrip(int start, int num) {
_curVirtScreen->height,
_scrHeight);
}
+ if (_currentRoom == 79 && _gameID = GID_INDY3_256) // FIXME: Indy3 workaround
+ _curVirtScreen->height = 136;
gdi.drawBitmap(getResourceAddress(rtRoom, _roomResource)+_IM00_offs,
_curVirtScreen, s, 0, _curVirtScreen->height, s, num, 0);