aboutsummaryrefslogtreecommitdiff
path: root/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.cpp')
-rw-r--r--gfx.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/gfx.cpp b/gfx.cpp
index 38185d00af..4734dba482 100644
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -46,7 +46,7 @@ void Scumm::getGraphicsPerformance() {
void Scumm::initScreens(int a, int b, int w, int h) {
int i;
-
+
for (i=0; i<3; i++) {
nukeResource(rtBuffer, i+1);
nukeResource(rtBuffer, i+5);
@@ -951,8 +951,7 @@ void Scumm::redrawBGStrip(int start, int num) {
warning("Screen Y size %d < Room height %d",
_curVirtScreen->height,
_scrHeight);
- }
- _curVirtScreen->height = _scrHeight; // FIXME: Indy3 Hack
+ }
gdi.drawBitmap(getResourceAddress(rtRoom, _roomResource)+_IM00_offs,
_curVirtScreen, s, 0, _curVirtScreen->height, s, num, 0);