From a53cc5e5106bbd99f54645cea022ed156896473f Mon Sep 17 00:00:00 2001 From: terkhen Date: Wed, 15 Jun 2011 18:52:21 +0000 Subject: [PATCH] (svn r22591) -Doc: Callback 0x18 (AI purchase selection) is implemented for stations. --- src/newgrf_callbacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h index 5e9ab78f78..6af6ee8844 100644 --- a/src/newgrf_callbacks.h +++ b/src/newgrf_callbacks.h @@ -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,