src/town.h
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5643 3778051e8095
child 6220 0c2371b1edda
equal deleted inserted replaced
5649:55c8267c933f 5650:aefc131bf5ce
    34 	byte statues;
    34 	byte statues;
    35 
    35 
    36 	// Player ratings as well as a mask that determines which players have a rating.
    36 	// Player ratings as well as a mask that determines which players have a rating.
    37 	byte have_ratings;
    37 	byte have_ratings;
    38 	uint8 unwanted[MAX_PLAYERS]; // how many months companies aren't wanted by towns (bribe)
    38 	uint8 unwanted[MAX_PLAYERS]; // how many months companies aren't wanted by towns (bribe)
    39 	PlayerID exclusivity;        // which player has exslusivity
    39 	PlayerByte exclusivity;        // which player has exslusivity
    40 	uint8 exclusive_counter;     // months till the exclusivity expires
    40 	uint8 exclusive_counter;     // months till the exclusivity expires
    41 	int16 ratings[MAX_PLAYERS];
    41 	int16 ratings[MAX_PLAYERS];
    42 
    42 
    43 	// Maximum amount of passengers and mail that can be transported.
    43 	// Maximum amount of passengers and mail that can be transported.
    44 	uint32 max_pass;
    44 	uint32 max_pass;