SCUMM: Remove old code

This commit is contained in:
Robert Crossfield 2012-02-05 18:53:50 +11:00 committed by Tobias Gunkel
parent 163f698cf0
commit 6c40b3f36f

View File

@ -1892,8 +1892,6 @@ void Actor_v0::startAnimActor(int f) {
if(f == _standFrame)
setDirection(_facing);
//else
// animateActor(newDirToOldDir(_facing));
}
void Actor::animateActor(int anim) {