mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
always read fifo from start
This commit is contained in:
parent
bc907f319d
commit
491d878a64
|
@ -58,6 +58,8 @@ void CFifo::Update()
|
|||
if(m_File == NULL)
|
||||
return;
|
||||
|
||||
rewind(m_File);
|
||||
|
||||
char aBuf[8192];
|
||||
|
||||
while(true)
|
||||
|
|
Loading…
Reference in a new issue