From 4129b418ccab3ed2bc6b7ab196e99d401ca67599 Mon Sep 17 00:00:00 2001 From: frosch Date: Fri, 13 Mar 2009 21:28:40 +0000 Subject: (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. --- src/newgrf_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_config.h') 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 */ -- cgit v1.2.3-54-g00ecf