mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
cd_sdl: add back the informative message (was accidentally reverted in r953.)
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@955 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
b5ffff36a3
commit
e4f3990efd
1 changed files with 2 additions and 0 deletions
|
@ -365,6 +365,8 @@ static void CD_f (void)
|
|||
CDAudio_Play(playTrack - 1, playLooping);
|
||||
return;
|
||||
}
|
||||
|
||||
Con_Printf ("cd: unknown command \"%s\"\n", command);
|
||||
}
|
||||
|
||||
static qboolean CD_GetVolume (void *unused)
|
||||
|
|
Loading…
Reference in a new issue