mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Creature weeks now work fine. Castle interface still needs to be updated.
This commit is contained in:
@ -4201,8 +4201,8 @@ void PlayerState::getParents(TCNodes &out, const CBonusSystemNode *root /*= NULL
|
||||
}
|
||||
|
||||
void PlayerState::getBonuses(BonusList &out, const CSelector &selector, const CBonusSystemNode *root /*= NULL*/) const
|
||||
{//temporary
|
||||
//CBonusSystemNode::getBonuses(out, selector, root);
|
||||
{
|
||||
CBonusSystemNode::getBonuses(out, selector, root);
|
||||
}
|
||||
|
||||
InfoAboutHero::InfoAboutHero()
|
||||
|
Reference in New Issue
Block a user