diff options
-rw-r--r-- | scumm/script_v5.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index 6d1427c7a8..748d52028c 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -1662,6 +1662,7 @@ void Scumm_v5::o5_roomOps() { } checkRange(256, 0, a, "o5_roomOps: 2: Illegal room color slot (%d)"); _roomPalette[b] = a; + _fullRedraw = true; } else { error("room-color is no longer a valid command"); } |