(svn r1510) -Add: Improved Network Lobby GUI: (bociusz)

- Added green dot if company income is positive (else red dot)
 - Added lock icon if company is password protected
This commit is contained in:
truelight
2005-01-14 21:47:35 +00:00
parent 94c6bdfdaf
commit b33df5936f
6 changed files with 25 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ typedef struct NetworkPlayerInfo {
int64 money; // The amount of money the company has
int64 income; // How much did the company earned last year
uint16 performance; // What was his performance last month?
byte use_password; // 0: No password 1: There is a password
uint16 num_vehicle[NETWORK_VEHICLE_TYPES]; // How many vehicles are there of this type?
uint16 num_station[NETWORK_STATION_TYPES]; // How many stations are there of this type?
char players[NETWORK_PLAYERS_LENGTH]; // The players that control this company (Name1, name2, ..)