From d09aea93181cfd6cde9bf3333d9dfefe834bc698 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 15 Jan 2004 06:36:58 +0000 Subject: This should be zeroed too. svn-id: r12402 --- scumm/actor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm/actor.cpp') diff --git a/scumm/actor.cpp b/scumm/actor.cpp index e2a0f6636c..82e2b6613b 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1319,6 +1319,7 @@ void Actor::startWalkAnim(int cmd, int angle) { #if 1 if (walkScript != 0) { int args[16]; + memset(args, 0, sizeof(args)); args[0] = number; args[1] = cmd; args[2] = angle; -- cgit v1.2.3