[Scummvm-cvs-logs] scummvm master -> 06596fbe6e916b2ac2d207a9660dd2d05765705b

dreammaster dreammaster at scummvm.org
Mon Jun 1 00:17:47 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
06596fbe6e SHERLOCK: Formatting fix


Commit: 06596fbe6e916b2ac2d207a9660dd2d05765705b
    https://github.com/scummvm/scummvm/commit/06596fbe6e916b2ac2d207a9660dd2d05765705b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-05-31T18:16:47-04:00

Commit Message:
SHERLOCK: Formatting fix

Changed paths:
    engines/sherlock/scalpel/tsage/logo.cpp



diff --git a/engines/sherlock/scalpel/tsage/logo.cpp b/engines/sherlock/scalpel/tsage/logo.cpp
index 76fa653..ca4903e 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;






More information about the Scummvm-git-logs mailing list