From 03ddb782d143e9ce67c8453006768d805c9286f5 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 5 Jul 2004 06:29:38 +0000 Subject: Code is correct, check against disasm. svn-id: r14172 --- scumm/script_v8.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'scumm/script_v8.cpp') diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index 4ab32b3a0c..dd8e744f3d 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -1022,7 +1022,6 @@ void ScummEngine_v8::o8_actorOps() { break; // case 0x7A: // SO_ACTOR_INIT Set current actor (handled above) case 0x7B: // SO_ACTOR_VARIABLE Set actor variable - // FIXME - is this right?? i = pop(); a->setAnimVar(pop(), i); break; -- cgit v1.2.3