mirror of https://github.com/OpenTTD/OpenTTD
(svn r16453) -Fix: Move some code around so a company is no longer used after deleting it
parent
45af2a294c
commit
df7786f789
|
@ -562,9 +562,8 @@ static void CompaniesGenStatistics()
|
||||||
if (c->num_valid_stat_ent != 24) c->num_valid_stat_ent++;
|
if (c->num_valid_stat_ent != 24) c->num_valid_stat_ent++;
|
||||||
|
|
||||||
UpdateCompanyRatingAndValue(c, true);
|
UpdateCompanyRatingAndValue(c, true);
|
||||||
CompanyCheckBankrupt(c);
|
|
||||||
|
|
||||||
if (c->block_preview != 0) c->block_preview--;
|
if (c->block_preview != 0) c->block_preview--;
|
||||||
|
CompanyCheckBankrupt(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
InvalidateWindow(WC_INCOME_GRAPH, 0);
|
InvalidateWindow(WC_INCOME_GRAPH, 0);
|
||||||
|
|
Loading…
Reference in New Issue