move the charset mask to the charset renderer class; some other related changes

svn-id: r12263
This commit is contained in:
Max Horn 2004-01-08 21:21:40 +00:00
parent ebecf1dbaa
commit 04b002bbaa
10 changed files with 78 additions and 53 deletions

View file

@ -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");