summaryrefslogtreecommitdiff
path: root/industry.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-03-26 22:58:11 +0000
committerDarkvater <darkvater@openttd.org>2006-03-26 22:58:11 +0000
commit17bdb11feb1fb67a8759b5ef38a6c20819838652 (patch)
tree306c34ac943440a31f5c1e4a193144c16b8c7503 /industry.h
parentd7b34a1d4cf20b690819c3c7d14adea88b436612 (diff)
downloadopenttd-17bdb11feb1fb67a8759b5ef38a6c20819838652.tar.xz
(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)
Diffstat (limited to 'industry.h')
-rw-r--r--industry.h2
1 files changed, 1 insertions, 1 deletions
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;