(svn r19678) -Fix (r19607): client status was shown incorrect in the console

This commit is contained in:
rubidium
2010-04-19 19:50:56 +00:00
parent 1ce5d3ed12
commit df4d8b3bc9
2 changed files with 4 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ enum ClientStatus {
STATUS_DONE_MAP, ///< The client has downloaded the map
STATUS_PRE_ACTIVE, ///< The client is catching up the delayed frames
STATUS_ACTIVE, ///< The client is active within in the game
STATUS_END ///< Must ALWAYS be on the end of this list!! (period)
};
class NetworkClientSocket;