Changeset - r17796:ef06dd24f323
[Not reviewed]
master
0 1 0
terkhen - 13 years ago 2011-06-15 18:52:21
terkhen@openttd.org
(svn r22591) -Doc: Callback 0x18 (AI purchase selection) is implemented for stations.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_callbacks.h
Show inline comments
 
@@ -56,7 +56,7 @@ enum CallbackID {
 
	CBID_HOUSE_ALLOW_CONSTRUCTION        = 0x17, // 8 bit callback
 

	
 
	/** AI construction/purchase selection */
 
	CBID_GENERIC_AI_PURCHASE_SELECTION   = 0x18, // 8 bit callback, not implemented
 
	CBID_GENERIC_AI_PURCHASE_SELECTION   = 0x18, // 8 bit callback, implemented for stations only
 

	
 
	/** Determine the cargo "suffixes" for each refit possibility of a cargo. */
 
	CBID_VEHICLE_CARGO_SUFFIX            = 0x19,
0 comments (0 inline, 0 general)