mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-11 08:49:50 +00:00
Fix: CompanyEconomy documentation
Company income was described as an unsigned integer, but it should be signed.
This commit is contained in:
parent
6b5ebe2b09
commit
412e6132b6
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user