network.h
changeset 1011 933efc472c62
parent 841 4874b9ce2765
child 1026 02cc18821508
equal deleted inserted replaced
1010:977aafc6b8e3 1011:933efc472c62
    79 	byte inaugurated_year;													// What year the company started in
    79 	byte inaugurated_year;													// What year the company started in
    80 	int64 company_value;														// The company value
    80 	int64 company_value;														// The company value
    81 	int64 money;																		// The amount of money the company has
    81 	int64 money;																		// The amount of money the company has
    82 	int64 income;																		// How much did the company earned last year
    82 	int64 income;																		// How much did the company earned last year
    83 	uint16 performance;															// What was his performance last month?
    83 	uint16 performance;															// What was his performance last month?
       
    84 	byte use_password;													// 0: No password 1: There is a password
    84 	uint16 num_vehicle[NETWORK_VEHICLE_TYPES];			// How many vehicles are there of this type?
    85 	uint16 num_vehicle[NETWORK_VEHICLE_TYPES];			// How many vehicles are there of this type?
    85 	uint16 num_station[NETWORK_STATION_TYPES];			// How many stations are there of this type?
    86 	uint16 num_station[NETWORK_STATION_TYPES];			// How many stations are there of this type?
    86 	char players[NETWORK_PLAYERS_LENGTH];						// The players that control this company (Name1, name2, ..)
    87 	char players[NETWORK_PLAYERS_LENGTH];						// The players that control this company (Name1, name2, ..)
    87 	uint16 months_empty;														// How many months the company is empty
    88 	uint16 months_empty;														// How many months the company is empty
    88 } NetworkPlayerInfo;
    89 } NetworkPlayerInfo;