1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

* fixed crashbug with dissmising heroes

* fixed bug with hero list redrawing after dissmissing
This commit is contained in:
Pioxan
2008-03-01 14:50:22 +00:00
parent 68d37e1507
commit 1b55f6457f
2 changed files with 4 additions and 1 deletions

View File

@ -2200,6 +2200,7 @@ void CHeroList::updateHList()
genList();
if(selected>=items.size())
select(items.size()-1);
draw();
}
void CHeroList::updateMove(const CGHeroInstance* which) //draws move points bar
{