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

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

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)