mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 17:41:10 +00:00
Nuke Netchan_AckPacket because it didn't really achieve its goal ('twas a
server bug anyway), broke qizmo (not that I really care: that's still qizmo's bug) and (most importantly) broke recording demos across map changes. (Closes: #14)
This commit is contained in:
parent
a246015053
commit
a397ef953a
4 changed files with 0 additions and 21 deletions
|
@ -129,7 +129,6 @@ void Netchan_OutOfBand (netadr_t adr, int length, byte *data);
|
|||
void Netchan_OutOfBandPrint (netadr_t adr, const char *format, ...) __attribute__((format(printf,2,3)));
|
||||
qboolean Netchan_Process (netchan_t *chan);
|
||||
void Netchan_Setup (netchan_t *chan, netadr_t adr, int qport);
|
||||
void Netchan_AckPacket (netchan_t *chan);
|
||||
|
||||
qboolean Netchan_CanPacket (netchan_t *chan);
|
||||
qboolean Netchan_CanReliable (netchan_t *chan);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue