From 72d4b02cb0bf2f514e1ba3544b7f5c5250a07849 Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Thu, 14 Feb 2002 15:09:40 +0000 Subject: Little fix for the Loom room svn-id: r3578 --- script_v1.cpp | 2 +- scummvm.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script_v1.cpp b/script_v1.cpp index e27783b667..3132e9cf07 100644 --- a/script_v1.cpp +++ b/script_v1.cpp @@ -1409,7 +1409,7 @@ void Scumm::o5_roomOps() { b = getVarOrDirectWord(0x40); checkRange(256, 0, a, "o5_roomOps: 2: Illegal room color slot (%d)"); _currentPalette[a]=b; /*FIXME: should be shadow palette */ - _fullRedraw = 1; + // _fullRedraw = 1; } else { a = getVarOrDirectWord(0x80); b = getVarOrDirectWord(0x40); diff --git a/scummvm.cpp b/scummvm.cpp index 6fbfd17c34..3a1626a02a 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -322,7 +322,7 @@ int Scumm::scummLoop(int delta) { camera._cur.y != camera._last.y || _BgNeedsRedraw || _fullRedraw) { #endif - redrawBGAreas(); + redrawBGAreas(); } processDrawQue(); setActorRedrawFlags(); -- cgit v1.2.3