changeset 17449:0f3de47b4f80 draft

(svn r22203) -Doc: Document 'override_features'.
author frosch <frosch@openttd.org>
date Sat, 05 Mar 2011 18:27:43 +0000
parents 8fde858ad534
children 64afdfde6805
files src/newgrf.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -8010,6 +8010,7 @@
 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 */