diff --git a/Quake/cd_sdl.c b/Quake/cd_sdl.c index 3f5a20c0..89ed716a 100644 --- a/Quake/cd_sdl.c +++ b/Quake/cd_sdl.c @@ -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)