From 15bf48acfda4ce5e5291e0a68292d7f9d9b6a569 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 12 Oct 2006 14:48:36 +0000 Subject: (svn r6753) -Codechange: Move some function declerations from functions.h into network.h and let NetworkDisconnect handle all shutdown related operations. --- openttd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'openttd.c') diff --git a/openttd.c b/openttd.c index ee2b0234b..02ea57537 100644 --- a/openttd.c +++ b/openttd.c @@ -509,8 +509,6 @@ int ttd_main(int argc, char *argv[]) if (_network_available) { // Shut down the network and close any open connections NetworkDisconnect(); - NetworkUDPClose(); - NetworkShutDown(); } #endif /* ENABLE_NETWORK */ -- cgit v1.2.3-70-g09d2