aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/music/musicbase.cpp
AgeCommit message (Collapse)Author
2006-06-17The stopMusic() function (which is publicly accessable from the outside) nowTorbjörn Andersson
locks the mutex to avoid pulling the proverbial rug out from beneath the timer callback's proverbial feet. To stop the music when the mutex is already locked, we use stopMusicInternal(), which is a protected function. This will hopefully fix the crash on exit which has happened to me every few months. svn-id: r23159
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582