aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-01-26 11:39:10 +0000
committerTravis Howell2004-01-26 11:39:10 +0000
commit64a99ea13dc044ede1a41650b97357f124ebd060 (patch)
tree986cfdb2be9290b21a8ae2c32d52dcd6b5e97d82 /scumm
parente9e7ded89f7a7b5734795edcdd131c14f22e7bf4 (diff)
downloadscummvm-rg350-64a99ea13dc044ede1a41650b97357f124ebd060.tar.gz
scummvm-rg350-64a99ea13dc044ede1a41650b97357f124ebd060.tar.bz2
scummvm-rg350-64a99ea13dc044ede1a41650b97357f124ebd060.zip
Not needed
svn-id: r12622
Diffstat (limited to 'scumm')
-rw-r--r--scumm/actor.cpp3
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) {