diff options
author | Paul Gilbert | 2015-05-31 18:16:47 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-05-31 18:16:47 -0400 |
commit | d52aa528d5b0f135792b63cf6730c186e137a434 (patch) | |
tree | b17c5013a6f8dfcd589cb1debed58bc503d24932 /engines | |
parent | 171117677de3663f636cafb8acf0397a879d4ccc (diff) | |
download | scummvm-rg350-d52aa528d5b0f135792b63cf6730c186e137a434.tar.gz scummvm-rg350-d52aa528d5b0f135792b63cf6730c186e137a434.tar.bz2 scummvm-rg350-d52aa528d5b0f135792b63cf6730c186e137a434.zip |
SHERLOCK: Formatting fix
Diffstat (limited to 'engines')
-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; |