aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/music.h')
-rw-r--r--engines/gob/music.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/gob/music.h b/engines/gob/music.h
index 2531f36e4a..6073e1388d 100644
--- a/engines/gob/music.h
+++ b/engines/gob/music.h
@@ -45,8 +45,7 @@ public:
void setRepeating (int32 repCount) { _repCount = repCount; }
int getIndex() const { return _index; }
void startPlay() { if (_data) _playing = true; }
- void stopPlay()
- {
+ void stopPlay() {
Common::StackLock slock(_mutex);
_playing = false;
}