player.h
changeset 1786 7cfd46c3fcc4
parent 1767 cda2e9ac430a
child 1962 8254df1b359b
equal deleted inserted replaced
1785:d3f3496b5943 1786:7cfd46c3fcc4
   157 
   157 
   158 	byte player_color;
   158 	byte player_color;
   159 	byte player_money_fraction;
   159 	byte player_money_fraction;
   160 	byte max_railtype;
   160 	byte max_railtype;
   161 	byte block_preview;
   161 	byte block_preview;
   162 	byte index;
   162 	PlayerID index;
   163 
   163 
   164 	uint16 cargo_types; /* which cargo types were transported the last year */
   164 	uint16 cargo_types; /* which cargo types were transported the last year */
   165 
   165 
   166 	TileIndex location_of_house;
   166 	TileIndex location_of_house;
   167 	TileIndex last_build_coordinate;
   167 	TileIndex last_build_coordinate;