summaryrefslogtreecommitdiff
path: root/src/company_base.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2012-10-20 22:05:26 +0000
committerplanetmaker <planetmaker@openttd.org>2012-10-20 22:05:26 +0000
commitf2e94237fc6dbca89f06de0befd44c2e9faf3b72 (patch)
tree44e0bb58670faf89266128d139e965a2ae6f3837 /src/company_base.h
parentb446780f01bdf4b01c43204503d38eb191613741 (diff)
downloadopenttd-f2e94237fc6dbca89f06de0befd44c2e9faf3b72.tar.xz
(svn r24619) -Change: Check for bankruptcy on a monthly basis (ZxBioHazardZx)
Diffstat (limited to 'src/company_base.h')
-rw-r--r--src/company_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_base.h b/src/company_base.h
index 4cd5a498a..6385d6049 100644
--- a/src/company_base.h
+++ b/src/company_base.h
@@ -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;