(svn r22203) -Doc: Document 'override_features'.

This commit is contained in:
frosch 2011-03-05 18:27:43 +00:00
parent f90044d343
commit f5a7ad70dc
1 changed files with 1 additions and 0 deletions

View File

@ -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 */