src/industry.h
changeset 5838 9c3129cb019b
parent 5726 8f399788f6c9
child 6268 4b5241e5dd10
equal deleted inserted replaced
5837:96b4b92b86ae 5838:9c3129cb019b
    34 	uint16 total_production[2];
    34 	uint16 total_production[2];
    35 	uint16 total_transported[2];
    35 	uint16 total_transported[2];
    36 	uint16 counter;
    36 	uint16 counter;
    37 
    37 
    38 	byte type;
    38 	byte type;
    39 	byte owner;
    39 	OwnerByte owner;
    40 	byte random_color;
    40 	byte random_color;
    41 	Year last_prod_year;
    41 	Year last_prod_year;
    42 	byte was_cargo_delivered;
    42 	byte was_cargo_delivered;
    43 
    43 
    44 	IndustryID index;
    44 	IndustryID index;