Skip to content

Commit

Permalink
SKY: Minor formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitall committed Mar 30, 2012
1 parent 6e31b84 commit 3acc383
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engines/sky/control.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 3acc383

Please sign in to comment.