From c1385076cbc57f1a4a52946a46b3ea06ecf37f37 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 25 Sep 2008 10:14:50 +0000 Subject: cleanup svn-id: r34649 --- engines/scumm/he/script_v71he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/scumm/he/script_v71he.cpp b/engines/scumm/he/script_v71he.cpp index f11825dbee..1338ab3db8 100644 --- a/engines/scumm/he/script_v71he.cpp +++ b/engines/scumm/he/script_v71he.cpp @@ -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; -- cgit v1.2.3