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
1 changed files with 0 additions and 2 deletions

View File

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