summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-03-05 18:27:43 +0000
committerfrosch <frosch@openttd.org>2011-03-05 18:27:43 +0000
commitf5a7ad70dc9487d7d9248f07ff42eb9d5ac60736 (patch)
tree9c50eb2e4f2366636a9ee565aa7874644ecd4247 /src
parentf90044d343ff97ca54c09e9f5360eba87744b613 (diff)
downloadopenttd-f5a7ad70dc9487d7d9248f07ff42eb9d5ac60736.tar.xz
(svn r22203) -Doc: Document 'override_features'.
Diffstat (limited to 'src')
-rw-r--r--src/newgrf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 61482ee66..31bcb2733 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -8010,6 +8010,7 @@ static void ActivateOldShore()
static void FinalisePriceBaseMultipliers()
{
extern const PriceBaseSpec _price_base_specs[];
+ /** Features, to which '_grf_id_overrides' applies. Currently vehicle features only. */
static const uint32 override_features = (1 << GSF_TRAINS) | (1 << GSF_ROADVEHICLES) | (1 << GSF_SHIPS) | (1 << GSF_AIRCRAFT);
/* Evaluate grf overrides */