changeset 17806:b35c6d06bbef draft

(svn r22591) -Doc: Callback 0x18 (AI purchase selection) is implemented for stations.
author terkhen <terkhen@openttd.org>
date Wed, 15 Jun 2011 18:52:21 +0000
parents 6d8a11a27468
children 8015cecf73ea
files src/newgrf_callbacks.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -56,7 +56,7 @@
 	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,