Die "Playing $file" Meldung weg. Sie nervt

This commit is contained in:
Yamagi Burmeister 2009-10-06 15:12:06 +00:00
parent f39a74336b
commit afce443234

View file

@ -392,8 +392,6 @@ qboolean OGG_Open(ogg_seek_t type, int offset)
ogg_curfile = pos; ogg_curfile = pos;
ogg_status = PLAY; ogg_status = PLAY;
Com_Printf("Playing file %d '%s'\n", pos, ogg_filelist[pos]);
return (true); return (true);
} }