aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-31 18:16:47 -0400
committerPaul Gilbert2015-05-31 18:16:47 -0400
commitd52aa528d5b0f135792b63cf6730c186e137a434 (patch)
treeb17c5013a6f8dfcd589cb1debed58bc503d24932
parent171117677de3663f636cafb8acf0397a879d4ccc (diff)
downloadscummvm-rg350-d52aa528d5b0f135792b63cf6730c186e137a434.tar.gz
scummvm-rg350-d52aa528d5b0f135792b63cf6730c186e137a434.tar.bz2
scummvm-rg350-d52aa528d5b0f135792b63cf6730c186e137a434.zip
SHERLOCK: Formatting fix
-rw-r--r--engines/sherlock/scalpel/tsage/logo.cpp4
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;