diff -r d4c365e0d2b6 -r 744717de172e player.h --- a/player.h Tue Oct 17 20:36:03 2006 +0000 +++ b/player.h Tue Oct 17 22:16:46 2006 +0000 @@ -214,6 +214,7 @@ /* Player identifiers All players below MAX_PLAYERS are playable * players, above, they are special, computer controlled players */ enum Players { + PLAYER_INACTIVE_CLIENT = 253, PLAYER_NEW_COMPANY = 254, ///< Command 'player' in Multiplayer to create a new company PLAYER_SPECTATOR = 255, ///< Spectator in Multiplayer or the player in the scenario editor MAX_PLAYERS = 8,