Packet logging support for debugging and educational purposes.

This commit is contained in:
Dabb 2000-12-11 15:30:52 +00:00
parent 8240b0f05b
commit c3a0ab3aa1
4 changed files with 19 additions and 0 deletions

View file

@ -138,6 +138,9 @@ Sys_Quit
void
Sys_Quit (void)
{
#ifdef PACKET_LOGGING
Net_LogStop();
#endif
exit (0);
}