mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
cleanup
svn-id: r34649
This commit is contained in:
parent
1537e162f6
commit
c1385076cb
@ -510,7 +510,7 @@ void ScummEngine_v71he::o71_kernelSetFunctions() {
|
||||
break;
|
||||
case 20: // HE72+
|
||||
a = (ActorHE *)derefActor(args[1], "o71_kernelSetFunctions: 20");
|
||||
((ScummEngine_v71he *)this)->queueAuxBlock(a);
|
||||
queueAuxBlock(a);
|
||||
break;
|
||||
case 21:
|
||||
_skipDrawObject = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user