diff options
-rw-r--r-- | engines/titanic/game/fan.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/titanic/game/fan.cpp b/engines/titanic/game/fan.cpp index 3fdebbd3ef..a115a569d8 100644 --- a/engines/titanic/game/fan.cpp +++ b/engines/titanic/game/fan.cpp @@ -49,13 +49,12 @@ void CFan::load(SimpleFile *file) { bool CFan::EnterViewMsg(CEnterViewMsg *msg) { switch (_state) { case 0: - case 1: loadFrame(0); break; - case 2: + case 1: playMovie(24, 34, MOVIE_REPEAT); break; - case 3: + case 2: playMovie(63, 65, MOVIE_REPEAT); break; } |