From f6971f847ce37b7c8afbbd29262a1ffed7335610 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 27 Apr 2005 13:55:55 +0000 Subject: Fix glitch when skipping AUX sequence in freddi. Add missing bits of AUX code. svn-id: r17837 --- scumm/script_v7he.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scumm/script_v7he.cpp') diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index 17c9690fa5..816bdeb2b6 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -796,6 +796,13 @@ void ScummEngine_v70he::o70_kernelSetFunctions() { _skipProcessActors = 0; redrawAllActors(); break; + case 26: + a = derefActor(args[1], "o70_kernelSetFunctions: 26"); + a->_auxBlock.r.left = 0; + a->_auxBlock.r.top = 0; + a->_auxBlock.r.right = -1; + a->_auxBlock.r.bottom = -1; + break; case 30: a = derefActor(args[1], "o70_kernelSetFunctions: 30"); a->_clipOverride.bottom = args[2]; -- cgit v1.2.3