(svn r4561) - NewGRF: implement most of callback 0x23: additional text in vehicle purchase windows.

This commit is contained in:
peter1138
2006-04-23 22:33:10 +00:00
parent 61fc5a0d81
commit c1bf22de39
3 changed files with 17 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ enum CallbackID {
CBID_VEHICLE_REFIT_CAPACITY = 0x15,
CBID_TRAIN_ARTIC_ENGINE = 0x16,
/* This callback is called from vehicle purchase lists. It returns a value to be
* used as a custom string ID in the 0xD000 range. */
CBID_VEHICLE_ADDITIONAL_TEXT = 0x23,
};
/**