summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-07-25 10:00:03 +0000
committerrubidium <rubidium@openttd.org>2008-07-25 10:00:03 +0000
commitfae2695854617b2473f2397d55923b5b404fbaff (patch)
tree42a4dc90aefb22555ca296a12fee4be68be10ed1 /src/town.h
parentff41af4b778f98b053bb93d93d352fc83e583eab (diff)
downloadopenttd-fae2695854617b2473f2397d55923b5b404fbaff.tar.xz
(svn r13821) -Codechange: replace some uint8/bytes with more specificly named typedefs and replace a few magic numbers.
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town.h b/src/town.h
index dfdb7fbaa..65cfe6cbb 100644
--- a/src/town.h
+++ b/src/town.h
@@ -124,7 +124,7 @@ struct Town : PoolItem<Town, TownID, &_Town_pool> {
byte statues;
/* Player ratings as well as a mask that determines which players have a rating. */
- byte have_ratings;
+ PlayerMask have_ratings;
uint8 unwanted[MAX_PLAYERS]; ///< how many months companies aren't wanted by towns (bribe)
PlayerByte exclusivity; ///< which player has exslusivity
uint8 exclusive_counter; ///< months till the exclusivity expires