aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index da9f32f7ff..53af8c0553 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -2619,7 +2619,7 @@ void ScummEngine_v6::o6_kernelSetFunctions() {
createSpecialPalette(args[1], args[2], args[3], args[4], args[5], 0, 256);
break;
case 110:
- gdi.clearCharsetMask();
+ _charset->clearCharsetMask();
break;
case 111:
a = derefActor(args[1], "o6_kernelSetFunctions: 111");