1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-03 22:59:30 +00:00

Fix: CompanyEconomy documentation

Company income was described as an unsigned integer, but it should be signed.
This commit is contained in:
Thomas den Hollander
2019-02-03 14:39:36 +01:00
committed by Charles Pigott
parent 6b5ebe2b09
commit 412e6132b6

View File

@@ -363,7 +363,7 @@ protected:
* uint8 ID of the company.
* uint64 Money.
* uint64 Loan.
* uint64 Income.
* int64 Income.
* uint16 Delivered cargo (this quarter).
* uint64 Company value (last quarter).
* uint16 Performance (last quarter).