diff options
Diffstat (limited to 'engines/titanic/game/transport')
-rw-r--r-- | engines/titanic/game/transport/pellerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/transport/pellerator.cpp b/engines/titanic/game/transport/pellerator.cpp index 91930651ab..5bc2423478 100644 --- a/engines/titanic/game/transport/pellerator.cpp +++ b/engines/titanic/game/transport/pellerator.cpp @@ -93,7 +93,7 @@ bool CPellerator::StatusChangeMsg(CStatusChangeMsg *msg) { for (int idx = 0; idx < 5; ++idx) playMovie(253, 263, 0); playMovie(153, 197, 0); - for (int idx = 0; idx, 5; ++idx) + for (int idx = 0; idx < 5; ++idx) playMovie(253, 263, 0); playMovie(290, 293, MOVIE_GAMESTATE); break; |