(svn r23086) -Feature: [NewGRF] Callback to change refit cost depending on old and new cargo type.

This commit is contained in:
michi_cc
2011-11-04 00:35:05 +00:00
parent 2886bb1df3
commit b9841bba81
2 changed files with 27 additions and 4 deletions

View File

@@ -272,6 +272,9 @@ enum CallbackID {
/** Called to determine if one can alter the ground below an object tile */
CBID_OBJECT_AUTOSLOPE = 0x15D, // 15 bit callback
/** Called to determine the cost factor for refitting a vehicle. */
CBID_VEHICLE_REFIT_COST = 0x15E, // 15 bit callback
};
/**