summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-03-13 21:28:40 +0000
committerfrosch <frosch@openttd.org>2009-03-13 21:28:40 +0000
commit4129b418ccab3ed2bc6b7ab196e99d401ca67599 (patch)
tree8317c89e21d332e45318d53d44851fe0a13c0a4a /src/newgrf_config.h
parente6353a1a221bee43d2f04b060f62d3ea41633483 (diff)
downloadopenttd-4129b418ccab3ed2bc6b7ab196e99d401ca67599.tar.xz
(svn r15701) -Fix [FS#2595]: Blame NewGRFs returning inconsistent information in purchase-list/after building before users have a chance to blame OpenTTD for incorrectly autorenewing/-replacing.
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r--src/newgrf_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_config.h b/src/newgrf_config.h
index 4dedd5b29..aba8dc330 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -31,6 +31,7 @@ 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
};
/** Status of post-gameload GRF compatibility check */