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:
parent
ae0be1f79e
commit
62237573c8
@ -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*)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user