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:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user