VarAction2: Allow DSE with rail stations

This commit is contained in:
Jonathan G Rennison
2023-01-03 02:08:26 +00:00
parent 381b2b536d
commit ca11c66cb8

View File

@@ -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)