From f92eac208efa4a8cb46402d6cf1118f02ff5a6df Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 27 Mar 2006 06:18:02 +0000 Subject: (svn r4134) Revert part of r4133: Replacing a byte which gets written to savegames by an enum is a very bad idea --- industry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'industry.h') diff --git a/industry.h b/industry.h index 338d9c85b..d2e67304c 100644 --- a/industry.h +++ b/industry.h @@ -23,7 +23,7 @@ struct Industry { uint16 counter; byte type; - Owner owner; + byte owner; byte color_map; byte last_prod_year; byte was_cargo_delivered; -- cgit v1.2.3-54-g00ecf