diff options
Diffstat (limited to 'src/economy.cpp')
-rw-r--r-- | src/economy.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/economy.cpp b/src/economy.cpp index 9c24e042c..ce0a717b8 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -162,7 +162,8 @@ Money CalculateCompanyValue(const Company *c, bool including_loan) * @param update the economy with calculated score * @param c company been evaluated * @return actual score of this company - * */ + * + */ int UpdateCompanyRatingAndValue(Company *c, bool update) { Owner owner = c->index; |