diff -r 023a25b334b6 -r a4ea32acd914 src/network/core/tcp.h --- a/src/network/core/tcp.h Tue Mar 06 22:00:13 2007 +0000 +++ b/src/network/core/tcp.h Tue Mar 06 22:00:42 2007 +0000 @@ -73,6 +73,7 @@ /** Status of a client */ typedef enum { STATUS_INACTIVE, ///< The client is not connected nor active + STATUS_AUTHORIZING,///< The client is authorizing STATUS_AUTH, ///< The client is authorized STATUS_MAP_WAIT, ///< The client is waiting as someone else is downloading the map STATUS_MAP, ///< The client is downloading the map