mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Die "Playing $file" Meldung weg. Sie nervt
This commit is contained in:
parent
f39a74336b
commit
afce443234
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue