aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}
}