aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-09-11 12:48:02 +0000
committerTravis Howell2003-09-11 12:48:02 +0000
commita323d65cc388245a2396721804684927bc08e556 (patch)
tree835ca92e3d5e5149b2e44501125a0dec7b4b45a3 /scumm/script_v2.cpp
parent81f10baa68d36f42f4988b971dff312439906a2f (diff)
downloadscummvm-rg350-a323d65cc388245a2396721804684927bc08e556.tar.gz
scummvm-rg350-a323d65cc388245a2396721804684927bc08e556.tar.bz2
scummvm-rg350-a323d65cc388245a2396721804684927bc08e556.zip
Should redraw in both cases.
svn-id: r10170
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 3d0989e077..21bb3b2eb0 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -1361,8 +1361,8 @@ void Scumm_v2::o2_roomOps() {
_roomPalette[2] = b;
} else {
_roomPalette[b] = a;
- _fullRedraw = true;
}
+ _fullRedraw = true;
break;
}
}