diff options
-rw-r--r-- | scumm/script_v6he.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 1bdf5ce8e2..1bdedfa9c3 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -784,6 +784,9 @@ void ScummEngine_v6he::o6_kernelSetFunctions() { case 22: _skipDrawObject = 0; break; + case 23: + _charset->clearCharsetMask(); + break; default: warning("o6_kernelSetFunctions: default case %d (param count %d)", args[0], num); break; |