(svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing railtype.

This commit is contained in:
frosch
2010-08-15 19:59:48 +00:00
parent c4f630e5ba
commit d08c3d9381
5 changed files with 35 additions and 12 deletions

View File

@@ -39,8 +39,9 @@ enum GRFStatus {
/** Encountered GRF bugs */
enum GRFBugs {
GBUG_VEH_LENGTH, ///< Length of rail vehicle changes when not inside a depot
GBUG_VEH_REFIT, ///< Articulated vehicles carry different cargos resp. are differently refittable than specified in purchase list
GBUG_VEH_LENGTH, ///< Length of rail vehicle changes when not inside a depot
GBUG_VEH_REFIT, ///< Articulated vehicles carry different cargos resp. are differently refittable than specified in purchase list
GBUG_VEH_POWERED_WAGON, ///< Powered wagon changed poweredness state when not inside a depot
};
/** Status of post-gameload GRF compatibility check */