(svn r14732) -Codechange: replace some magic number with less magic constants and use the proper type for a few variables.
This commit is contained in:
@@ -122,7 +122,7 @@ struct Town : PoolItem<Town, TownID, &_Town_pool> {
|
||||
uint16 noise_reached;
|
||||
|
||||
/* Which companies have a statue? */
|
||||
byte statues;
|
||||
CompanyMask statues;
|
||||
|
||||
/* Company ratings as well as a mask that determines which companies have a rating. */
|
||||
CompanyMask have_ratings;
|
||||
|
Reference in New Issue
Block a user