diff options
author | terkhen <terkhen@openttd.org> | 2011-06-15 18:52:21 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2011-06-15 18:52:21 +0000 |
commit | 4d7a413edabc62ea0808b36a9570bf7d5c42abd8 (patch) | |
tree | 5b855887bcf548b107e4c5eb99d8cddbef9e800f /src | |
parent | d4fb4ebe0180cd10c385e607a298f8d15916cb36 (diff) | |
download | openttd-4d7a413edabc62ea0808b36a9570bf7d5c42abd8.tar.xz |
(svn r22591) -Doc: Callback 0x18 (AI purchase selection) is implemented for stations.
Diffstat (limited to 'src')
-rw-r--r-- | src/newgrf_callbacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h index 5e9ab78f7..6af6ee884 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, |