Add setting to increase station catchment radius.
Update acceptance and refresh screen when catchment settings change.
This commit is contained in:
@@ -288,6 +288,8 @@ uint Station::GetCatchmentRadius() const
|
||||
}
|
||||
}
|
||||
|
||||
if (ret != CA_NONE) ret += _settings_game.station.catchment_increase;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user