mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Edit warning message
This commit is contained in:
parent
946fb4aefd
commit
57f67bc798
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ void CDAudio_PlayNamed(const char *name, qboolean looping)
|
|||
q_snprintf(filename, sizeof(filename), "sound/cdtracks/%s", playTrackName);
|
||||
if (S_Base_StartBackgroundTrack(filename, looping, CDAudio_FinishedCallback, NULL)) return;
|
||||
|
||||
Con_Printf("WARNING: Couldn't find music track \"%s\"\n", playTrackName);
|
||||
Con_Printf("WARNING: Unable to play music track \"%s\"\n", filename);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue