(svn r6753) -Codechange: Move some function declerations from functions.h into network.h

and let NetworkDisconnect handle all shutdown related operations.
This commit is contained in:
Darkvater
2006-10-12 14:48:36 +00:00
parent 110fc94cb5
commit 15bf48acfd
4 changed files with 12 additions and 12 deletions

View File

@@ -1465,6 +1465,9 @@ void NetworkStartUp(void)
// This shuts the network down
void NetworkShutDown(void)
{
NetworkDisconnect();
NetworkUDPClose();
DEBUG(net, 3) ("[NET][Core] Shutting down the network.");
_network_available = false;