Stops zak losing his body.

svn-id: r11654
This commit is contained in:
Travis Howell 2003-12-15 14:59:24 +00:00
parent bee21ec3f8
commit a284d93fe0

View File

@ -471,7 +471,7 @@ void Actor::startAnimActor(int f) {
animProgress = 0;
cost.animCounter = 0;
needRedraw = true;
if (f == initFrame)
if (_vm->_version >= 3 && f == initFrame)
cost.reset();
_vm->cost_decodeData(this, f, (uint) - 1);
}