track whether current scenario pushed paths

This commit is contained in:
2024-09-21 17:47:36 -05:00
committed by Celtic Minstrel
parent 3e6c657f8e
commit cd50a0183d
3 changed files with 15 additions and 6 deletions

View File

@@ -262,7 +262,7 @@ TEST_CASE("Converting legacy town data") {
for(fs::path test_scenario : test_scenarios){
cScenario scen;
load_scenario(test_scenarios_dir / test_scenario, scen, false, false);
load_scenario(test_scenarios_dir / test_scenario, scen, false);
CHECK(scen.towns[0]->in_town_rect.width() == 6);
CHECK(scen.towns[0]->in_town_rect.height() == 4);