Rehost selected-year gap scalar owner state
This commit is contained in:
parent
4623a05156
commit
534c827dca
8 changed files with 180 additions and 10 deletions
|
|
@ -324,6 +324,7 @@ pub fn project_save_slice_to_runtime_state_import(
|
|||
},
|
||||
};
|
||||
let mut state = state;
|
||||
state.refresh_derived_world_state();
|
||||
state.refresh_derived_market_state();
|
||||
state.validate()?;
|
||||
|
||||
|
|
@ -459,6 +460,7 @@ pub fn project_save_slice_overlay_to_runtime_state_import(
|
|||
},
|
||||
};
|
||||
let mut state = state;
|
||||
state.refresh_derived_world_state();
|
||||
state.refresh_derived_market_state();
|
||||
state.validate()?;
|
||||
|
||||
|
|
@ -932,6 +934,8 @@ fn project_save_slice_components(
|
|||
.as_ref()
|
||||
.map(|state| state.lane_value_f32_text.clone())
|
||||
.unwrap_or_default(),
|
||||
selected_year_gap_scalar_raw_u32: None,
|
||||
selected_year_gap_scalar_value_f32_text: None,
|
||||
absolute_counter_restore_kind: Some(
|
||||
if save_slice.world_finance_neighborhood_state.is_some() {
|
||||
"save-direct-world-absolute-counter".to_string()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue