1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

- Bug fix to previous commit

This commit is contained in:
beegee1
2013-05-21 19:26:31 +00:00
parent 5328beb8e7
commit 56534bc3fb

View File

@@ -155,6 +155,7 @@ CMapHeader::~CMapHeader()
CMap::CMap() : checksum(0), grailPos(-1, -1, -1), grailRadious(0), terrain(nullptr)
{
allHeroes.resize(allowedHeroes.size());
allowedAbilities = VLC->heroh->getDefaultAllowedAbilities();
allowedArtifact = VLC->arth->getDefaultAllowed();
allowedSpell = VLC->spellh->getDefaultAllowed();