(svn r4134) Revert part of r4133: Replacing a byte which gets written to savegames by an enum is a very bad idea
This commit is contained in:
		@@ -23,7 +23,7 @@ struct Industry {
 | 
				
			|||||||
	uint16 counter;
 | 
						uint16 counter;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	byte type;
 | 
						byte type;
 | 
				
			||||||
	Owner owner;
 | 
						byte owner;
 | 
				
			||||||
	byte color_map;
 | 
						byte color_map;
 | 
				
			||||||
	byte last_prod_year;
 | 
						byte last_prod_year;
 | 
				
			||||||
	byte was_cargo_delivered;
 | 
						byte was_cargo_delivered;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user