diff options
author | Eugene Sandulenko | 2016-08-17 20:26:49 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-17 20:26:49 +0200 |
commit | 540570d3c7c12eff07d97c48b3ce150048ef0ee9 (patch) | |
tree | cef60feda812b9b10bb478ff5f0c80e574f08cd2 /engines/titanic/game | |
parent | 72619334c00e4f366101ac6de9e2238c2a0e4042 (diff) | |
download | scummvm-rg350-540570d3c7c12eff07d97c48b3ce150048ef0ee9.tar.gz scummvm-rg350-540570d3c7c12eff07d97c48b3ce150048ef0ee9.tar.bz2 scummvm-rg350-540570d3c7c12eff07d97c48b3ce150048ef0ee9.zip |
TITANIC: Fix typo
Diffstat (limited to 'engines/titanic/game')
-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; |