diff options
| -rw-r--r-- | engines/sherlock/scalpel/tsage/logo.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sherlock/scalpel/tsage/logo.cpp b/engines/sherlock/scalpel/tsage/logo.cpp index 76fa6534a0..ca4903e0dd 100644 --- a/engines/sherlock/scalpel/tsage/logo.cpp +++ b/engines/sherlock/scalpel/tsage/logo.cpp @@ -334,9 +334,7 @@ void Object::move() { currPos.y += ySign; _majorDiff -= ABS(xAmount); - - } - else { + } else { int yAmount = _moveSign.y * moveDiff.y * percent / 100; if (!yAmount) yAmount = _moveSign.y; |
