MapData adapted .

This commit is contained in:
Zero Fanker 2024-04-01 22:24:20 -04:00
parent 133bb406ee
commit 34c78179f1
2 changed files with 1106 additions and 1297 deletions

File diff suppressed because it is too large Load diff

View file

@ -609,8 +609,8 @@ public:
virtual ~CMapData();
void Pack(BOOL bCreatePreview = FALSE, BOOL bCompression = FALSE);
void Unpack();
void UpdateTreeInfo(LPCSTR lpTreeType = NULL);
void UpdateBuildingInfo(LPCSTR lpUnitType = NULL);
void UpdateTreeInfo(const CString* lpTreeType = NULL);
void UpdateBuildingInfo(const CString* lpUnitType = NULL);
void CalcMapRect();
// MW change: UpdateStructures() public, so that houses dialog can access it