1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

optimized hero list updating

This commit is contained in:
Michał W. Urbańczyk 2007-12-06 19:19:25 +00:00
parent ae0be1f79e
commit 62237573c8

View File

@ -1004,7 +1004,7 @@ void CPlayerInterface::heroMoved(const HeroMoveDetails & details)
//move finished
CGI->mh->recalculateHideVisPosUnderObj(details.ho, true);
adventureInt->minimap.draw();
adventureInt->heroList.draw();
adventureInt->heroList.updateMove(ho);
}
void CPlayerInterface::heroKilled(const CGHeroInstance*)
{