mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-04 11:01:20 +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
|
@ -96,6 +96,11 @@ Sys_Quit
|
|||
void
|
||||
Sys_Quit (void)
|
||||
{
|
||||
|
||||
#ifdef PACKET_LOGGING
|
||||
Net_LogStop();
|
||||
#endif
|
||||
|
||||
exit (0); // appkit isn't running
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue