diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mads/phantom/phantom_scenes3.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/mads/phantom/phantom_scenes3.cpp b/engines/mads/phantom/phantom_scenes3.cpp index 33d569dec3..bb9bcee80c 100644 --- a/engines/mads/phantom/phantom_scenes3.cpp +++ b/engines/mads/phantom/phantom_scenes3.cpp @@ -2680,9 +2680,7 @@ void Scene310::handleLakeAnimation() { if (_scene->_animation[_globals._animationIndexes[0]]->getCurrentFrame() == _lakeFrame) return; - _lakeFrame = _scene->_animation[_globals._animationIndexes[0]]->getCurrentFrame(); - int resetFrame = -1; int id; switch (_lakeFrame) { @@ -2761,11 +2759,6 @@ void Scene310::handleLakeAnimation() { default: break; } - - if (resetFrame >= 0) { - _scene->setAnimFrame(_globals._animationIndexes[0], resetFrame); - _lakeFrame = resetFrame; - } } /*------------------------------------------------------------------------*/ |