mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Removed unnecessary access to IHandler::objects
This commit is contained in:
@ -169,7 +169,7 @@ CMap::CMap(IGameCallback * cb)
|
||||
, grailRadius(0)
|
||||
, uidCounter(0)
|
||||
{
|
||||
allHeroes.resize(VLC->heroh->objects.size());
|
||||
allHeroes.resize(VLC->heroh->size());
|
||||
allowedAbilities = VLC->skillh->getDefaultAllowed();
|
||||
allowedArtifact = VLC->arth->getDefaultAllowed();
|
||||
allowedSpells = VLC->spellh->getDefaultAllowed();
|
||||
|
Reference in New Issue
Block a user