(svn r2581) Fix: Behave a bit safer if central server sends bogus information about clients.

Change: Made code a little bit more readable by putting _selected_item in a local var with a shorter name.
This commit is contained in:
ludde
2005-07-15 18:43:39 +00:00
parent 3486e7e9d5
commit 6a3f58e050
2 changed files with 39 additions and 31 deletions

View File

@@ -49,6 +49,8 @@ enum {
NETWORK_PLAYERS_LENGTH = 200,
NETWORK_CLIENT_NAME_LENGTH = 25,
NETWORK_RCONCOMMAND_LENGTH = 500,
NETWORK_NUM_LANGUAGES = 4,
};
// This is the struct used by both client and server