From 17bdb11feb1fb67a8759b5ef38a6c20819838652 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sun, 26 Mar 2006 22:58:11 +0000 Subject: (svn r4133) - Some miscellaneous changes (unconverted TownID in function definition, Owner instead of byte, remove obsolete member and compare waypoint index with 0 not STR_NULL) --- industry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'industry.h') diff --git a/industry.h b/industry.h index d2e67304c..338d9c85b 100644 --- a/industry.h +++ b/industry.h @@ -23,7 +23,7 @@ struct Industry { uint16 counter; byte type; - byte owner; + Owner owner; byte color_map; byte last_prod_year; byte was_cargo_delivered; -- cgit v1.2.3-54-g00ecf