Add a build public roads button to the scenario editor

This commit is contained in:
Jonathan G Rennison
2021-06-17 22:35:27 +01:00
parent 9683676df1
commit 3a67065332
5 changed files with 46 additions and 4 deletions

View File

@@ -1536,6 +1536,11 @@ static bool ChangeTrackTypeSortMode(int32 p1) {
return true;
}
static bool PublicRoadsSettingChange(int32 p1) {
InvalidateWindowClassesData(WC_SCEN_LAND_GEN);
return true;
}
/** Checks if any settings are set to incorrect values, and sets them to correct values in that case. */
static void ValidateSettings()
{