diff options
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index f3c13ff44b..feb88a4ee9 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -2589,7 +2589,7 @@ void Scumm_v6::o6_kernelSetFunctions() { createSpecialPalette(args[1], args[2], args[3], args[4], args[5], 0, 256); break; case 110: - gdi.clearUpperMask(); + gdi.clearCharsetMask(); break; case 111: a = derefActor(args[1], "o6_kernelSetFunctions: 111"); |