Carry company stat-band roots into runtime state

This commit is contained in:
Jan Petykiewicz 2026-04-17 20:42:28 -07:00
commit 1e0f88bd62
9 changed files with 180 additions and 15 deletions

View file

@ -5057,6 +5057,9 @@ mod tests {
prior_issue_calendar_word: 4,
city_connection_latch: true,
linked_transit_latch: false,
stat_band_root_0cfb_candidates: Vec::new(),
stat_band_root_0d7f_candidates: Vec::new(),
stat_band_root_1c47_candidates: Vec::new(),
}),
},
crate::SmpLoadedCompanyRosterEntry {
@ -5100,6 +5103,9 @@ mod tests {
prior_issue_calendar_word: 2,
city_connection_latch: false,
linked_transit_latch: true,
stat_band_root_0cfb_candidates: Vec::new(),
stat_band_root_0d7f_candidates: Vec::new(),
stat_band_root_1c47_candidates: Vec::new(),
}),
},
],
@ -6386,6 +6392,9 @@ mod tests {
prior_issue_calendar_word: 3,
city_connection_latch: false,
linked_transit_latch: true,
stat_band_root_0cfb_candidates: Vec::new(),
stat_band_root_0d7f_candidates: Vec::new(),
stat_band_root_1c47_candidates: Vec::new(),
},
)]),
..RuntimeServiceState::default()