1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

That needs to be serialized.

This commit is contained in:
Michał W. Urbańczyk 2013-05-20 08:37:31 +00:00
parent c85829a00c
commit 096e1230ce

View File

@ -391,7 +391,7 @@ public:
{ {
h & static_cast<CMapHeader&>(*this); h & static_cast<CMapHeader&>(*this);
h & rumors & allowedSpell & allowedAbilities & allowedArtifact & events & grailPos; h & rumors & allowedSpell & allowedAbilities & allowedArtifact & events & grailPos;
h & artInstances & quests; h & artInstances & quests & allHeroes;
h & questIdentifierToId; h & questIdentifierToId;
//TODO: viccondetails //TODO: viccondetails