diff options
-rw-r--r-- | engines/avalanche/avalot.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index 7c9699d8e3..08096d85c0 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -643,6 +643,8 @@ void AvalancheEngine::enterRoom(Room roomId, byte ped) { if ((_lastRoom == kRoomMap) && (_lastRoomNotMap != _room)) enterNewTown(); + _animation->updateSpeed(); + switch (roomId) { case kRoomYours: if (_avvyInBed) { |