oops :) (packet log fixes: segs aren't nice)

This commit is contained in:
Bill Currie 2001-05-31 15:38:08 +00:00
parent ced128e572
commit d2a4faae6e
7 changed files with 19 additions and 30 deletions

View file

@ -136,4 +136,6 @@ extern void Log_Incoming_Packet (char *p, int len);
extern void Log_Outgoing_Packet (char *p, int len);
extern void Net_LogStop (void);
extern struct cvar_s *net_packetlog;
#endif // _NET_H