1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpp

This commit is contained in:
rubidium
2009-02-25 00:48:04 +00:00
parent 3bb872e7dd
commit 66a8c0a132
2 changed files with 1 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ DECLARE_POSTFIX_INCREMENT(ClientID);
typedef ClientIndex NetworkClientInfoID;
DEFINE_OLD_POOL_GENERIC(NetworkClientInfo, NetworkClientInfo);
bool _networking; ///< are we in networking mode?
bool _network_server; ///< network-server is active
bool _network_available; ///< is network mode available?
bool _network_dedicated; ///< are we a dedicated server?