mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
TITANIC: Fix Arboretum Winter view enter animation
This commit is contained in:
parent
11bb59a08f
commit
6d37e1e88c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user