[Scummvm-cvs-logs] scummvm master -> 3acc3837e18cc8b038e1e6260fa15d667de3a0f5

digitall digitall at scummvm.org
Fri Mar 30 02:58:50 CEST 2012


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:
3acc3837e1 SKY: Minor formatting fix.


Commit: 3acc3837e18cc8b038e1e6260fa15d667de3a0f5
    https://github.com/scummvm/scummvm/commit/3acc3837e18cc8b038e1e6260fa15d667de3a0f5
Author: D G Turner (digitall at scummvm.org)
Date: 2012-03-29T17:57:56-07:00

Commit Message:
SKY: Minor formatting fix.

Changed paths:
    engines/sky/control.cpp



diff --git a/engines/sky/control.cpp b/engines/sky/control.cpp
index cd05381..57c1f6b 100644
--- a/engines/sky/control.cpp
+++ b/engines/sky/control.cpp
@@ -663,9 +663,8 @@ uint16 Control::doMusicSlide() {
 	uint8 volume;
 	while (_mouseClicked) {
 		delay(50);
-		if (!_controlPanel) {
+		if (!_controlPanel)
 			return 0;
-		}
 		mouse = _system->getEventManager()->getMousePos();
 		int newY = ofsY + mouse.y;
 		if (newY < 59) newY = 59;






More information about the Scummvm-git-logs mailing list