diff options
Diffstat (limited to 'scumm/script_v6he.cpp')
-rw-r--r-- | scumm/script_v6he.cpp | 1 |
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); |