(svn r19693) -Codechange: split STATUS_INACTIVE to two states

This commit is contained in:
smatz
2010-04-22 17:26:57 +00:00
parent 84d8d1f0e5
commit 52b5be7434
2 changed files with 6 additions and 1 deletions

View File

@@ -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