equal
deleted
inserted
replaced
213 |
213 |
214 bool CheckIfAuthorityAllows(TileIndex tile); |
214 bool CheckIfAuthorityAllows(TileIndex tile); |
215 Town *ClosestTownFromTile(TileIndex tile, uint threshold); |
215 Town *ClosestTownFromTile(TileIndex tile, uint threshold); |
216 void ChangeTownRating(Town *t, int add, int max); |
216 void ChangeTownRating(Town *t, int add, int max); |
217 |
217 |
218 uint GetRoadBitsByTile(TileIndex tile); |
|
219 int GetTownRadiusGroup(const Town *t, TileIndex tile); |
218 int GetTownRadiusGroup(const Town *t, TileIndex tile); |
220 void ShowNetworkChatQueryWindow(byte desttype, byte dest); |
219 void ShowNetworkChatQueryWindow(byte desttype, byte dest); |
221 void ShowNetworkGiveMoneyWindow(byte player); |
220 void ShowNetworkGiveMoneyWindow(byte player); |
222 void ShowNetworkNeedGamePassword(void); |
221 void ShowNetworkNeedGamePassword(void); |
223 void ShowNetworkNeedCompanyPassword(void); |
222 void ShowNetworkNeedCompanyPassword(void); |