mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r10503) -Codechange: Mark Callback CBID_INDUSTRY_FUND_MORE_TEXT (cb38) as implemented.
This commit is contained in:
parent
fd93cd0411
commit
b9db8ecf41
@ -145,7 +145,7 @@ enum CallbackID {
|
||||
CBID_INDUSTRY_CARGO_SUFFIX = 0x37, // not implemented
|
||||
|
||||
/** Called to determine more text in the fund industry window */
|
||||
CBID_INDUSTRY_FUND_MORE_TEXT = 0x38, // not implemented
|
||||
CBID_INDUSTRY_FUND_MORE_TEXT = 0x38,
|
||||
|
||||
/** Called to calculate the income of delivered cargo */
|
||||
CBID_CARGO_PROFIT_CALC = 0x39,
|
||||
|
Loading…
Reference in New Issue
Block a user