aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v6he.cpp')
-rw-r--r--scumm/script_v6he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp
index 1bdedfa9c3..4a9b0382d3 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -786,6 +786,7 @@ void ScummEngine_v6he::o6_kernelSetFunctions() {
break;
case 23:
_charset->clearCharsetMask();
+ _fullRedraw = 1;
break;
default:
warning("o6_kernelSetFunctions: default case %d (param count %d)", args[0], num);