Skip to content

Commit

Permalink
Mac OS X: Added missing return value in music player
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 2, 2011
1 parent 182ad52 commit df572d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/engine/mac/src/MusicPlayer.m
Expand Up @@ -69,6 +69,8 @@ - (int)playFile:(const char*)filename looping:(int)loop

// Start playing.
[currentSong play];

return true;
}

- (void)setVolume:(float)volume
Expand Down

0 comments on commit df572d3

Please sign in to comment.