mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
cd fix needed fo gameplay
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@292 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
a8de20a97d
commit
83a08ef79a
1 changed files with 3 additions and 1 deletions
|
@ -437,8 +437,10 @@ void CDAudio_Update(void)
|
|||
if (curstat != CD_PLAYING && curstat != CD_PAUSED)
|
||||
{
|
||||
endOfTrack = -1.0;
|
||||
if (playLooping)
|
||||
if (playLooping) {
|
||||
playing = false;
|
||||
CDAudio_Play(playTrack, true);
|
||||
}
|
||||
else
|
||||
CDAudio_Next();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue