1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

* spell scroll campaign bonus

* minor fix (gratuitous call to giveCampaignBonusToHero)
This commit is contained in:
mateuszb
2011-02-23 11:21:40 +00:00
parent 8e7b855478
commit a6b4cfdde7
2 changed files with 6 additions and 8 deletions

View File

@ -475,7 +475,7 @@ void CGarrisonInt::activate()
for(size_t i = 0; i<splitButtons.size(); i++)
if( (splitButtons[i]->isBlocked()) != !highlighted)
splitButtons[i]->block(!highlighted);
CIntObject::activate();
}
@ -517,7 +517,7 @@ CInfoWindow::CInfoWindow()
ID = -1;
setDelComps(false);
text = NULL;
}
}
void CInfoWindow::close()
{