diff options
author | Max Horn | 2008-09-25 10:14:50 +0000 |
---|---|---|
committer | Max Horn | 2008-09-25 10:14:50 +0000 |
commit | c1385076cbc57f1a4a52946a46b3ea06ecf37f37 (patch) | |
tree | d9860d1f76e7c3f7d93b6e62728b5050c9940a5f /engines/scumm/he | |
parent | 1537e162f607610947f1ab0ccdeae31a00caaf36 (diff) | |
download | scummvm-rg350-c1385076cbc57f1a4a52946a46b3ea06ecf37f37.tar.gz scummvm-rg350-c1385076cbc57f1a4a52946a46b3ea06ecf37f37.tar.bz2 scummvm-rg350-c1385076cbc57f1a4a52946a46b3ea06ecf37f37.zip |
cleanup
svn-id: r34649
Diffstat (limited to 'engines/scumm/he')
-rw-r--r-- | engines/scumm/he/script_v71he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |