mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
optimized hero list updating
This commit is contained in:
@@ -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*)
|
||||
{
|
||||
|
Reference in New Issue
Block a user