When declining to buy a company, ask the next company immediately

This commit is contained in:
Jonathan G Rennison
2021-10-24 00:07:54 +01:00
parent a9c2c7288a
commit ec8512e2ea
9 changed files with 45 additions and 2 deletions

View File

@@ -707,6 +707,7 @@ static void HandleBankruptcyTakeover(Company *c)
}
SetBit(c->bankrupt_asked, best->index);
c->bankrupt_last_asked = best->index;
c->bankrupt_timeout = TAKE_OVER_TIMEOUT;
if (best->is_ai) {