summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-11-08 17:22:49 +0000
committerfrosch <frosch@openttd.org>2011-11-08 17:22:49 +0000
commitf97fa89f1a649ae3dc8f6d0c5d9b70d69b0840d9 (patch)
tree882568e40297a0094297b5df5a16ef98c19a684f /src/newgrf_callbacks.h
parente08a227b535fe5ea2fe8d986c308519fcd8fbf86 (diff)
downloadopenttd-f97fa89f1a649ae3dc8f6d0c5d9b70d69b0840d9.tar.xz
(svn r23137) -Change: [NewGRF v8] New result format for callback 16.
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index 6c56f44b2..cce00151f 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -50,7 +50,7 @@ enum CallbackID {
CBID_VEHICLE_REFIT_CAPACITY = 0x15, // 15 bit callback
/** Builds articulated engines for trains and RVs. */
- CBID_VEHICLE_ARTIC_ENGINE = 0x16, // 8 bit callback
+ CBID_VEHICLE_ARTIC_ENGINE = 0x16, // 8 bit callback for grf version < 8
/** Determine whether the house can be built on the specified tile. */
CBID_HOUSE_ALLOW_CONSTRUCTION = 0x17, // 8 bit callback