cd_sdl: add back the informative message (was accidentally reverted in r953.)

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@955 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2014-08-05 18:20:29 +00:00
parent d868716c4e
commit 7a02718fb9

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)