(svn r24619) -Change: Check for bankruptcy on a monthly basis (ZxBioHazardZx)

This commit is contained in:
planetmaker
2012-10-20 22:05:26 +00:00
parent b446780f01
commit f2e94237fc
7 changed files with 39 additions and 14 deletions

View File

@@ -78,7 +78,7 @@ struct CompanyProperties {
Year inaugurated_year; ///< Year of starting the company.
byte quarters_of_bankruptcy; ///< Number of quarters (a quarter is 3 months) that the company has a negative balance.
byte months_of_bankruptcy; ///< Number of months that the company is unable to pay its debts
CompanyMask bankrupt_asked; ///< which companies were asked about buying it?
int16 bankrupt_timeout; ///< If bigger than \c 0, amount of time to wait for an answer on an offer to buy this company.
Money bankrupt_value;