aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/transport
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-17 20:26:49 +0200
committerEugene Sandulenko2016-08-17 20:26:49 +0200
commit540570d3c7c12eff07d97c48b3ce150048ef0ee9 (patch)
treecef60feda812b9b10bb478ff5f0c80e574f08cd2 /engines/titanic/game/transport
parent72619334c00e4f366101ac6de9e2238c2a0e4042 (diff)
downloadscummvm-rg350-540570d3c7c12eff07d97c48b3ce150048ef0ee9.tar.gz
scummvm-rg350-540570d3c7c12eff07d97c48b3ce150048ef0ee9.tar.bz2
scummvm-rg350-540570d3c7c12eff07d97c48b3ce150048ef0ee9.zip
TITANIC: Fix typo
Diffstat (limited to 'engines/titanic/game/transport')
-rw-r--r--engines/titanic/game/transport/pellerator.cpp2
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;