(svn r4134) Revert part of r4133: Replacing a byte which gets written to savegames by an enum is a very bad idea
authortron
Mon, 27 Mar 2006 06:18:02 +0000
changeset 3350 dd1ae4d6b5d6
parent 3349 716104d39983
child 3351 f6b58195f8ff
(svn r4134) Revert part of r4133: Replacing a byte which gets written to savegames by an enum is a very bad idea
industry.h
--- a/industry.h	Sun Mar 26 22:58:11 2006 +0000
+++ b/industry.h	Mon Mar 27 06:18:02 2006 +0000
@@ -23,7 +23,7 @@
 	uint16 counter;
 
 	byte type;
-	Owner owner;
+	byte owner;
 	byte color_map;
 	byte last_prod_year;
 	byte was_cargo_delivered;