From 161f2a8a9723ce5fdfc13a4a3c6280566588d592 Mon Sep 17 00:00:00 2001 From: "Laurent Alonso(fr)" Date: Mon, 18 May 2020 11:47:28 +0200 Subject: [PATCH] scenario[legacy]: try to retrieve the hidden town's flag... --- src/fileio/fileio_scen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fileio/fileio_scen.cpp b/src/fileio/fileio_scen.cpp index 99255e4c..b61ef2a7 100644 --- a/src/fileio/fileio_scen.cpp +++ b/src/fileio/fileio_scen.cpp @@ -2290,6 +2290,7 @@ bool load_town_v1(fs::path scen_file, short which_town, cTown& the_town, legacy: break; } + the_town.is_hidden=scenario.town_hidden[which_town]; the_town.spec_strs.resize(100); the_town.sign_locs.resize(20); the_town.area_desc.resize(16);