1
0
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:
DjWarmonger
2010-08-25 08:40:50 +00:00
parent 630dc7f7f2
commit ea966a3d21
7 changed files with 14 additions and 67 deletions

View File

@ -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()