From 4bc726b9958a26e9ce82d00c8fd4ced35b83b83d Mon Sep 17 00:00:00 2001 From: Tobias Gunkel Date: Tue, 10 Jan 2012 23:40:58 +0100 Subject: SCUMM: reset object2 in v0 correctly This fixes the issue that a kid will not enter the front door after opening it with the key. --- engines/scumm/verbs.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/scumm/verbs.cpp b/engines/scumm/verbs.cpp index 74ff27c483..e70ae49b34 100644 --- a/engines/scumm/verbs.cpp +++ b/engines/scumm/verbs.cpp @@ -710,6 +710,8 @@ void ScummEngine_v0::verbExec() { _activeVerb = kVerbWalkTo; _activeObjectNr = 0; _activeObjectType = 0; + _activeObject2Nr = 0; + _activeObject2Type = 0; } _walkToObjectIdx = 0; return; -- cgit v1.2.3