[Scummvm-cvs-logs] scummvm master -> 838ec38b5f6a22ec850986fdc4f8a10e1a3a0829

urukgit urukgit at users.noreply.github.com
Tue Nov 19 19:10:40 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
838ec38b5f AVALANCHE: Fix display of speed state.


Commit: 838ec38b5f6a22ec850986fdc4f8a10e1a3a0829
    https://github.com/scummvm/scummvm/commit/838ec38b5f6a22ec850986fdc4f8a10e1a3a0829
Author: urukgit (koppirnyo at gmail.com)
Date: 2013-11-19T10:10:13-08:00

Commit Message:
AVALANCHE: Fix display of speed state.

Changed paths:
    engines/avalanche/avalot.cpp



diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index 7c9699d..08096d8 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) {






More information about the Scummvm-git-logs mailing list