summaryrefslogtreecommitdiff
path: root/town.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
commit2e0505d689eac82a9165e00598a65b93de5d124b (patch)
tree306c34ac943440a31f5c1e4a193144c16b8c7503 /town.h
parentf77bb24d93d4064f4304547f8a93e82cfc3bb9f5 (diff)
downloadopenttd-2e0505d689eac82a9165e00598a65b93de5d124b.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 'town.h')
-rw-r--r--town.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/town.h b/town.h
index de52efda8..bcb90a405 100644
--- a/town.h
+++ b/town.h
@@ -26,9 +26,6 @@ struct Town {
// Which players have a statue?
byte statues;
- // Sort index in listings
- byte sort_index_obsolete;
-
// Player ratings as well as a mask that determines which players have a rating.
byte have_ratings;
uint8 unwanted[MAX_PLAYERS]; // how many months companies aren't wanted by towns (bribe)