diff --git a/client/CPlayerInterface.cpp b/client/CPlayerInterface.cpp index a4be55c15..0fd4bf5b1 100644 --- a/client/CPlayerInterface.cpp +++ b/client/CPlayerInterface.cpp @@ -276,6 +276,8 @@ void CPlayerInterface::heroMoved(const TryMoveHero & details) } } + adventureInt->centerOn(hero); //actualizing screen pos + adventureInt->minimap.redraw(); adventureInt->heroList.update(hero); return; //teleport - no fancy moving animation //TODO: smooth disappear / appear effect