From 64a99ea13dc044ede1a41650b97357f124ebd060 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 26 Jan 2004 11:39:10 +0000 Subject: Not needed svn-id: r12622 --- scumm/actor.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'scumm') diff --git a/scumm/actor.cpp b/scumm/actor.cpp index c729059e02..b855c4e399 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1274,9 +1274,6 @@ void Actor::setActorCostume(int c) { for (i = 0; i < 32; i++) palette[i] = 0xFF; } - - skipLimb = false; - } void Actor::startWalkActor(int destX, int destY, int dir) { -- cgit v1.2.3