mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-18 00:42:25 +00:00
Warn when a CD track can't be played
This commit is contained in:
parent
fa8a6f88f2
commit
1276aa62cd
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@ void CDAudio_PlayNamed(const char *name, qboolean looping)
|
|||
{
|
||||
usingBackend = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
Con_Printf( "WARNING: Unable to play music track %d\n", track );
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue