[Scummvm-git-logs] scummvm master -> 6d37e1e88cf5c34e48c47cba74c21f89daa94178

dreammaster dreammaster at scummvm.org
Fri Jul 7 00:24:37 CEST 2017


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:
6d37e1e88c TITANIC: Fix Arboretum Winter view enter animation


Commit: 6d37e1e88cf5c34e48c47cba74c21f89daa94178
    https://github.com/scummvm/scummvm/commit/6d37e1e88cf5c34e48c47cba74c21f89daa94178
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-07-06T18:24:23-04:00

Commit Message:
TITANIC: Fix Arboretum Winter view enter animation

Changed paths:
    engines/titanic/game/arboretum_gate.cpp


diff --git a/engines/titanic/game/arboretum_gate.cpp b/engines/titanic/game/arboretum_gate.cpp
index 903f5ef..90cfaae 100644
--- a/engines/titanic/game/arboretum_gate.cpp
+++ b/engines/titanic/game/arboretum_gate.cpp
@@ -378,7 +378,7 @@ bool CArboretumGate::EnterViewMsg(CEnterViewMsg *msg) {
 			break;
 
 		case SEASON_WINTER:
-			_initialFrame = _gotSpeechCentre ? _startFrameWinterOff1 : _startFrameWinterOff2;
+			_initialFrame = _gotSpeechCentre ? _startFrameWinterOff2 : _startFrameWinterOff1;
 			break;
 
 		case SEASON_SPRING:





More information about the Scummvm-git-logs mailing list