mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 09:21:09 +00:00
datagram needs allowoverflow
This commit is contained in:
parent
77af004b32
commit
84dd9c1a13
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ clear_rec (void)
|
|||
dbuffer_init (&rec.dbuffer, buffer, sizeof (buffer));
|
||||
set_msgbuf (NULL, &rec.frames[0].buf);
|
||||
|
||||
rec.datagram.allowoverflow = true;
|
||||
rec.datagram.maxsize = sizeof (datagram_data);
|
||||
rec.datagram.data = datagram_data;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue