move the charset mask to the charset renderer class; some other related changes
svn-id: r12263
This commit is contained in:
parent
ebecf1dbaa
commit
04b002bbaa
10 changed files with 78 additions and 53 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue