mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 09:31:12 +00:00
oops :) (packet log fixes: segs aren't nice)
This commit is contained in:
parent
ced128e572
commit
d2a4faae6e
7 changed files with 19 additions and 30 deletions
|
@ -45,18 +45,16 @@
|
|||
#include <sys/mman.h>
|
||||
|
||||
#include "QF/cvar.h"
|
||||
#include "host.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/sys.h"
|
||||
|
||||
#include "host.h"
|
||||
#include "net.h"
|
||||
|
||||
int noconinput = 0;
|
||||
qboolean is_server = false;
|
||||
char *svs_info;
|
||||
|
||||
#ifdef PACKET_LOGGING
|
||||
void Net_LogStop (void);
|
||||
#endif
|
||||
|
||||
// General routines ======================================================
|
||||
|
||||
|
||||
|
@ -66,9 +64,7 @@ Sys_Quit (void)
|
|||
Host_Shutdown ();
|
||||
fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~O_NONBLOCK);
|
||||
|
||||
#ifdef PACKET_LOGGING
|
||||
Net_LogStop();
|
||||
#endif
|
||||
Net_LogStop();
|
||||
|
||||
exit (0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue