VarAction2: Allow DSE with rail stations
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user