VarAction2: Allow DSE with rail stations

pull/474/head
Jonathan G Rennison 2 years ago
parent 381b2b536d
commit ca11c66cb8

@ -125,7 +125,7 @@ static bool IsVariableVeryCheap(uint16 variable, GrfSpecFeature feature)
static bool IsFeatureUsableForDSE(GrfSpecFeature feature)
{
return (feature != GSF_STATIONS);
return true;
}
static bool IsFeatureUsableForCBQuickExit(GrfSpecFeature feature)

Loading…
Cancel
Save