Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.53 KB | None | 0 0
  1.  src/company_cmd.cpp |    3 +++
  2.  1 files changed, 3 insertions(+), 0 deletions(-)
  3.  
  4. diff --git a/src/company_cmd.cpp b/src/company_cmd.cpp
  5. index bdf6474..c47dc31 100644
  6. --- a/src/company_cmd.cpp
  7. +++ b/src/company_cmd.cpp
  8. @@ -183,6 +183,9 @@ void InvalidateCompanyWindows(const Company *company)
  9.   */
  10.  bool CheckCompanyHasMoney(CommandCost &cost)
  11.  {
  12. +   // Découvert illimité
  13. +   return true;
  14. +
  15.     if (cost.GetCost() > 0) {
  16.         const Company *c = Company::GetIfValid(_current_company);
  17.         if (c != NULL && cost.GetCost() > c->money) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement