(svn r13334) -Codechange: move the network settings variables from network/network_internal to settings.

This commit is contained in:
rubidium
2008-05-29 20:21:28 +00:00
parent 4b2c2521f9
commit 02dbab8721
12 changed files with 174 additions and 163 deletions

View File

@@ -17,7 +17,6 @@ extern bool _network_server; ///< network-server is active
extern bool _network_available; ///< is network mode available?
extern bool _network_dedicated; ///< are we a dedicated server?
extern bool _network_advertise; ///< is the server advertising to the master server?
extern bool _network_reload_cfg; ///< will we reload the entire config for the next game?
#else /* ENABLE_NETWORK */
/* Network function stubs when networking is disabled */