aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/titanic/game/arboretum_gate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/arboretum_gate.cpp b/engines/titanic/game/arboretum_gate.cpp
index 903f5efb54..90cfaae97a 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: