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

ui update

This commit is contained in:
Laserlicht
2025-10-25 21:44:13 +02:00
parent 66f377f14e
commit 05ea43438e
7 changed files with 50 additions and 40 deletions

View File

@@ -244,8 +244,8 @@ struct DLL_LINKAGE LobbyInfo : public LobbyState
class DLL_LINKAGE BattleOnlyModeStartInfo : public Serializeable
{
public:
TerrainId selectedTerrain;
FactionID selectedTown;
std::optional<TerrainId> selectedTerrain;
std::optional<FactionID> selectedTown;
std::array<std::shared_ptr<CGHeroInstance>, 2> selectedHero;
std::array<std::shared_ptr<CCreatureSet>, 2> selectedArmy;