mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
Packet logging support for debugging and educational purposes.
This commit is contained in:
parent
8240b0f05b
commit
c3a0ab3aa1
4 changed files with 19 additions and 0 deletions
|
@ -138,6 +138,9 @@ Sys_Quit
|
|||
void
|
||||
Sys_Quit (void)
|
||||
{
|
||||
#ifdef PACKET_LOGGING
|
||||
Net_LogStop();
|
||||
#endif
|
||||
exit (0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue