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:
Bill Currie 2002-06-19 19:58:36 +00:00
parent a246015053
commit a397ef953a
4 changed files with 0 additions and 21 deletions

View file

@ -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);