mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-03 00:46:55 +02:00
Hero is now properly attached to his special. Compile fix for ERM Parser.
This commit is contained in:
@ -735,6 +735,7 @@ CGHeroInstance::CGHeroInstance()
|
||||
boat = NULL;
|
||||
secSkills.push_back(std::make_pair(-1, -1));
|
||||
speciality.nodeType = CBonusSystemNode::SPECIALITY;
|
||||
attachTo(&speciality); //do we evert need to detach it?
|
||||
}
|
||||
|
||||
void CGHeroInstance::initHero(int SUBID)
|
||||
|
Reference in New Issue
Block a user