Hide polyrail auto-terraform mode behind a setting for now

This commit is contained in:
dP
2021-10-23 18:48:24 +03:00
parent e4b2af2709
commit ece06f8510
6 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -2695,7 +2695,7 @@ void UpdateTileSelection()
_thd.new_size.y = y2 - y1 + TILE_SIZE;
}
}
_thd.cm_new_poly_terra = citymania::_fn_mod;
_thd.cm_new_poly_terra = _settings_client.gui.cm_enable_polyrail_terraform && citymania::_fn_mod;
break;
}
/* HT_RAIL */