(svn r11749) -Fix (r11352): when a bankrupted company is bought, reset vehicle color mapping so the vehicles use the new owner color
This commit is contained in:
@@ -109,6 +109,7 @@ 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;
|
||||
@@ -358,5 +359,6 @@ 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 */
|
||||
|
Reference in New Issue
Block a user