summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-11-08 17:24:15 +0000
committerfrosch <frosch@openttd.org>2011-11-08 17:24:15 +0000
commit56e5144f716fb98ef8facde8b18631452188df6e (patch)
tree651bd5139bea2342485b09777cd6d27edb7cf252 /src/newgrf_config.h
parentae11548b4ec2650348d818ae9f6bc19dd62caac2 (diff)
downloadopenttd-56e5144f716fb98ef8facde8b18631452188df6e.tar.xz
(svn r23140) -Add: ErrorUnknownCallbackResult()
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 bb82732ef..56a62ba9c 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -44,6 +44,7 @@ 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_POWERED_WAGON, ///< Powered wagon changed poweredness state when not inside a depot
+ GBUG_UNKNOWN_CB_RESULT, ///< A callback returned an unknown/invalid result
};
/** Status of post-gameload GRF compatibility check */