From b086ee7f67b7de4d218ff1e4862271d9e921ba9c Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 4 Sep 2004 00:31:38 +0000 Subject: Missing pop svn-id: r14881 --- scumm/script_v6he.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index a12255195c..853b0b7a51 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -579,6 +579,7 @@ void ScummEngine_v6he::o6_actorOps() { break; case 64: // _heversion >= 72 + l = pop(); k = pop(); j = pop(); i = pop(); -- cgit v1.2.3