aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-15 22:00:05 -0400
committerPaul Gilbert2017-08-15 22:00:05 -0400
commit83cd7780629d26fb3f37ad11a7dd8ae9bf93a022 (patch)
tree542f81d29bbf826024ceaf81792a18fba9e91cbc
parent2bf19f8ece0037f0cbb989c9aaf485af3a8ba808 (diff)
downloadscummvm-rg350-83cd7780629d26fb3f37ad11a7dd8ae9bf93a022.tar.gz
scummvm-rg350-83cd7780629d26fb3f37ad11a7dd8ae9bf93a022.tar.bz2
scummvm-rg350-83cd7780629d26fb3f37ad11a7dd8ae9bf93a022.zip
TITANIC: Fix too short animations in Pellerator journeys
-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 92ce431567..4ef5314592 100644
--- a/engines/titanic/game/transport/pellerator.cpp
+++ b/engines/titanic/game/transport/pellerator.cpp
@@ -229,7 +229,7 @@ bool CPellerator::StatusChangeMsg(CStatusChangeMsg *msg) {
}
}
} else {
- for (--_destination; _destination > newDest; --_destination) {
+ for (--_destination; _destination >= newDest; --_destination) {
switch (_destination) {
case 0:
case 1: