mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
Clean up all the system shutdown calls
I added Sys_RegisterShutdown years ago and never really did anything with it: now any system that needs to be shutdown can ensure it gets shutdown on program exit, and in the correct order (ie, reverse to init order).
This commit is contained in:
parent
b2e12d701b
commit
4e4d1b99b4
40 changed files with 135 additions and 176 deletions
|
@ -90,10 +90,6 @@ extern struct cvar_s *net_packetlog;
|
|||
*/
|
||||
void NET_Init (int port);
|
||||
|
||||
/** Shutdown the UDP network interface.
|
||||
*/
|
||||
void NET_Shutdown (void);
|
||||
|
||||
/** Read a single packet from the network into net_message.
|
||||
|
||||
\return True if successfully read, otherwise false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue