newgrf_callbacks.h
changeset 3727 3a3ebb0bde7e
parent 3650 4dd8517bdcf6
child 3754 4c8cbaaa0bbe
equal deleted inserted replaced
3726:f44617056b8f 3727:3a3ebb0bde7e
    22 	// Refit capacity, the passed vehicle needs to have its ->cargo_type set to
    22 	// Refit capacity, the passed vehicle needs to have its ->cargo_type set to
    23 	// the cargo we are refitting to, returns the new cargo capacity
    23 	// the cargo we are refitting to, returns the new cargo capacity
    24 	CBID_VEHICLE_REFIT_CAPACITY     = 0x15,
    24 	CBID_VEHICLE_REFIT_CAPACITY     = 0x15,
    25 
    25 
    26 	CBID_TRAIN_ARTIC_ENGINE         = 0x16,
    26 	CBID_TRAIN_ARTIC_ENGINE         = 0x16,
       
    27 
       
    28 	CBID_TRAIN_ALLOW_WAGON_ATTACH   = 0x1D,
    27 
    29 
    28 	/* This callback is called from vehicle purchase lists. It returns a value to be
    30 	/* This callback is called from vehicle purchase lists. It returns a value to be
    29 	 * used as a custom string ID in the 0xD000 range. */
    31 	 * used as a custom string ID in the 0xD000 range. */
    30 	CBID_VEHICLE_ADDITIONAL_TEXT    = 0x23,
    32 	CBID_VEHICLE_ADDITIONAL_TEXT    = 0x23,
    31 };
    33 };