1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-22 22:19:08 +00:00

(svn r16453) -Fix: Move some code around so a company is no longer used after deleting it

This commit is contained in:
yexo
2009-05-27 23:37:47 +00:00
parent 45af2a294c
commit df7786f789

View File

@@ -562,9 +562,8 @@ static void CompaniesGenStatistics()
if (c->num_valid_stat_ent != 24) c->num_valid_stat_ent++;
UpdateCompanyRatingAndValue(c, true);
CompanyCheckBankrupt(c);
if (c->block_preview != 0) c->block_preview--;
CompanyCheckBankrupt(c);
}
InvalidateWindow(WC_INCOME_GRAPH, 0);