mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-29 21:24:53 +00:00
AVALANCHE: Fix display of speed state.
This commit is contained in:
parent
27d302cdb1
commit
838ec38b5f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user