diff options
author | Travis Howell | 2004-01-26 11:39:10 +0000 |
---|---|---|
committer | Travis Howell | 2004-01-26 11:39:10 +0000 |
commit | 64a99ea13dc044ede1a41650b97357f124ebd060 (patch) | |
tree | 986cfdb2be9290b21a8ae2c32d52dcd6b5e97d82 | |
parent | e9e7ded89f7a7b5734795edcdd131c14f22e7bf4 (diff) | |
download | scummvm-rg350-64a99ea13dc044ede1a41650b97357f124ebd060.tar.gz scummvm-rg350-64a99ea13dc044ede1a41650b97357f124ebd060.tar.bz2 scummvm-rg350-64a99ea13dc044ede1a41650b97357f124ebd060.zip |
Not needed
svn-id: r12622
-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) { |