(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
1 changed files with 1 additions and 2 deletions

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);