mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 21:19:10 +00:00
Feature: Infinite money mode (#11902)
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
company = ResolveCompanyID(company);
|
||||
if (company == COMPANY_INVALID) return -1;
|
||||
|
||||
return ::Company::Get(company)->money;
|
||||
return GetAvailableMoney((::CompanyID)company);
|
||||
}
|
||||
|
||||
/* static */ Money ScriptCompany::GetLoanAmount()
|
||||
|
Reference in New Issue
Block a user