summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-15 19:59:48 +0000
committerfrosch <frosch@openttd.org>2010-08-15 19:59:48 +0000
commit236737b2f29cc9ddd129a963d6a312a5c4ffe78b (patch)
treeb7e7e718745ee22a3540dfc0252ef00b27ccdced /src/newgrf_config.h
parent57a098bcccf8bbd5de95ae56d8f64e1427523844 (diff)
downloadopenttd-236737b2f29cc9ddd129a963d6a312a5c4ffe78b.tar.xz
(svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing railtype.
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r--src/newgrf_config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/newgrf_config.h b/src/newgrf_config.h
index c4f268e02..e553a01d0 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -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 */