mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Removed remaining cases of serialization of VLC entities
This commit is contained in:
@@ -180,7 +180,7 @@ public:
|
||||
ui8 obeliskCount = 0; //how many obelisks are on map
|
||||
std::map<TeamID, ui8> obelisksVisited; //map: team_id => how many obelisks has been visited
|
||||
|
||||
std::vector<const CArtifact *> townMerchantArtifacts;
|
||||
std::vector<ArtifactID> townMerchantArtifacts;
|
||||
std::vector<TradeItemBuy> townUniversitySkills;
|
||||
|
||||
void overrideGameSettings(const JsonNode & input);
|
||||
|
||||
Reference in New Issue
Block a user