(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)

This commit is contained in:
Darkvater
2006-03-26 22:58:11 +00:00
parent f77bb24d93
commit 2e0505d689
4 changed files with 3 additions and 6 deletions

View File

@@ -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;