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:
Ozkan Sezer 2014-08-05 18:20:29 +00:00
parent b5ffff36a3
commit e4f3990efd

View file

@ -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)