Changeset - r7224:5810cd3a0610
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2007-07-11 00:36:03
belugas@openttd.org
(svn r10503) -Codechange: Mark Callback CBID_INDUSTRY_FUND_MORE_TEXT (cb38) as implemented.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_callbacks.h
Show inline comments
 
@@ -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,
0 comments (0 inline, 0 general)