(svn r18710) -Fix [FS#3478]: the wrong town is mentioned in the error when trying to make one way roads of town owned roads
This commit is contained in:
@@ -26,7 +26,7 @@ void TileLoopClearHelper(TileIndex tile);
|
||||
bool CheckCompanyHasMoney(CommandCost cost);
|
||||
void SubtractMoneyFromCompany(CommandCost cost);
|
||||
void SubtractMoneyFromCompanyFract(CompanyID company, CommandCost cost);
|
||||
bool CheckOwnership(Owner owner);
|
||||
bool CheckOwnership(Owner owner, TileIndex tile = 0);
|
||||
bool CheckTileOwnership(TileIndex tile);
|
||||
|
||||
/* misc functions */
|
||||
|
Reference in New Issue
Block a user