(svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity when they are not supposed to, and truncate cargo appropiately if they are allowed to.
This commit is contained in:
@@ -46,6 +46,7 @@ enum GRFBugs {
|
||||
GBUG_VEH_REFIT, ///< Articulated vehicles carry different cargoes resp. are differently refittable than specified in purchase list
|
||||
GBUG_VEH_POWERED_WAGON, ///< Powered wagon changed poweredness state when not inside a depot
|
||||
GBUG_UNKNOWN_CB_RESULT, ///< A callback returned an unknown/invalid result
|
||||
GBUG_VEH_CAPACITY, ///< Capacity of vehicle changes when not refitting or arranging
|
||||
};
|
||||
|
||||
/** Status of post-gameload GRF compatibility check */
|
||||
|
Reference in New Issue
Block a user