(svn r23137) -Change: [NewGRF v8] New result format for callback 16.

This commit is contained in:
frosch
2011-11-08 17:22:49 +00:00
parent e08a227b53
commit f97fa89f1a
2 changed files with 20 additions and 6 deletions

View File

@@ -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