From f48f4c8293951fd31cae0d94f2e346950c1b6c17 Mon Sep 17 00:00:00 2001 From: smatz Date: Thu, 22 Apr 2010 17:26:57 +0000 Subject: (svn r19693) -Codechange: split STATUS_INACTIVE to two states --- src/network/core/tcp_game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/network/core') diff --git a/src/network/core/tcp_game.h b/src/network/core/tcp_game.h index 5fb58aa65..c5f56486e 100644 --- a/src/network/core/tcp_game.h +++ b/src/network/core/tcp_game.h @@ -77,6 +77,7 @@ struct CommandPacket; /** Status of a client */ enum ClientStatus { STATUS_INACTIVE, ///< The client is not connected nor active + STATUS_NEWGRFS_CHECK, ///< The client is checking NewGRFs STATUS_AUTH_GAME, ///< The client is authorizing with game (server) password STATUS_AUTH_COMPANY, ///< The client is authorizing with company password STATUS_AUTHORIZED, ///< The client is authorized -- cgit v1.2.3-54-g00ecf