summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-01-03 23:54:23 +0000
committerglx <glx@openttd.org>2008-01-03 23:54:23 +0000
commit72afdb8d3440dc3570dd6d4c4b3127f1e7345642 (patch)
treebbec8af9e203adb15cc08783b1ea8a8a70114806 /src/town.h
parent42bddcf723fdcabf6ea8d4069effc086710ef156 (diff)
downloadopenttd-72afdb8d3440dc3570dd6d4c4b3127f1e7345642.tar.xz
(svn r11750) -Revert (r11749): commited too much
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/town.h b/src/town.h
index 2e2dc8011..89e7dddbd 100644
--- a/src/town.h
+++ b/src/town.h
@@ -109,7 +109,6 @@ struct Town : PoolItem<Town, TownID, &_Town_pool> {
PlayerByte exclusivity; ///< which player has exslusivity
uint8 exclusive_counter; ///< months till the exclusivity expires
int16 ratings[MAX_PLAYERS];
- int16 test_rating;
/* Maximum amount of passengers and mail that can be transported. */
uint32 max_pass;
@@ -359,6 +358,5 @@ bool CheckIfAuthorityAllows(TileIndex tile);
Town *ClosestTownFromTile(TileIndex tile, uint threshold);
void ChangeTownRating(Town *t, int add, int max);
uint GetTownRadiusGroup(const Town* t, TileIndex tile);
-void SetTownRatingTestMode(bool mode);
#endif /* TOWN_H */