1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

improvements for non quadratic maps

This commit is contained in:
Laserlicht
2023-10-21 16:49:50 +02:00
committed by GitHub
parent f3acc939b9
commit e03f2a9d3a
6 changed files with 31 additions and 5 deletions

View File

@@ -80,6 +80,7 @@ class InfoCard : public CIntObject
std::shared_ptr<CAnimImage> iconsMapSizes;
std::shared_ptr<CLabel> labelSaveDate;
std::shared_ptr<CLabel> labelMapSize;
std::shared_ptr<CLabel> labelScenarioName;
std::shared_ptr<CLabel> labelScenarioDescription;
std::shared_ptr<CLabel> labelVictoryCondition;