Fixed bug where computer players where displayed as numbers in lobby.

This commit is contained in:
lotodore
2007-11-14 22:54:47 +00:00
parent d21ef93ea0
commit 7f5ff4af97
4 changed files with 13 additions and 11 deletions
-2
View File
@@ -41,8 +41,6 @@
#define SERVER_NUM_AVATAR_SENDER_THREADS 5
#define SERVER_COMPUTER_PLAYER_NAME "Computer"
#define SERVER_STATISTICS_FILE_NAME "server_statistics.log"
#define SERVER_STATISTICS_STR_TOTAL_PLAYERS "TotalNumPlayersLoggedIn"
#define SERVER_STATISTICS_STR_TOTAL_GAMES "TotalNumGamesStarted"