(svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type display for industries)

This commit is contained in:
glx
2008-03-28 02:30:10 +00:00
parent d4f7f5e5fe
commit 226e48cf83
3 changed files with 39 additions and 9 deletions

View File

@@ -150,7 +150,7 @@ enum CallbackID {
CBID_VEHICLE_MODIFY_PROPERTY = 0x36,
/** Called to determine text to display after cargo name */
CBID_INDUSTRY_CARGO_SUFFIX = 0x37, // not implemented
CBID_INDUSTRY_CARGO_SUFFIX = 0x37,
/** Called to determine more text in the fund industry window */
CBID_INDUSTRY_FUND_MORE_TEXT = 0x38,