From 5a930d8fe73a4f9357ebaa5f2e342482cd8754fc Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Wed, 20 Apr 2005 11:03:36 +0000 Subject: this should fix bug #1181979 svn-id: r17713 --- sound/audiocd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/audiocd.cpp b/sound/audiocd.cpp index e287255d47..9b2afa279f 100644 --- a/sound/audiocd.cpp +++ b/sound/audiocd.cpp @@ -85,6 +85,7 @@ void AudioCDManager::play(int track, int numLoops, int startFrame, int duration) _track_info[index]->play(g_engine->_mixer, &_cd.handle, _cd.start, _cd.duration); } else { g_system->playCD(track, numLoops, startFrame, duration); + _cd.playing = false; } } } -- cgit v1.2.3