(svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt companies anymore; caused by the introduction NoAI, although NewAI had the same problem too.

This commit is contained in:
rubidium
2009-09-01 12:57:04 +00:00
parent eba9b2f779
commit 62e990823d
10 changed files with 153 additions and 16 deletions

View File

@@ -21,6 +21,7 @@
void ChangeOwnershipOfCompanyItems(Owner old_owner, Owner new_owner);
void GetNameOfOwner(Owner owner, TileIndex tile);
void SetLocalCompany(CompanyID new_company);
void ShowBuyCompanyDialog(CompanyID company);
extern CompanyByte _local_company;
extern CompanyByte _current_company;