diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/actor.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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) { |