1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-25 21:38:59 +02:00

Build fix

This commit is contained in:
Tomasz Zieliński 2023-07-18 10:55:26 +02:00
parent 03b3771f19
commit 9b649b0b79
2 changed files with 2 additions and 2 deletions

View File

@ -305,7 +305,7 @@ public:
h & school;
h & animationInfo;
h & nonMagical;
h& onlyOnWaterMap;
h & onlyOnWaterMap;
}
friend class CSpellHandler;
friend class Graphics;

View File

@ -192,7 +192,7 @@ void MapComparer::compareOptions()
checkEqual(actual->allowedAbilities, expected->allowedAbilities);
checkEqual(actual->allowedArtifact, expected->allowedArtifact);
checkEqual(actual->allowedSpell, expected->allowedSpell);
checkEqual(actual->allowedSpells, expected->allowedSpells);
//todo: compareOptions events
}