1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

- fixed (partially) #1028

- fix to last commit
This commit is contained in:
Ivan Savenko
2012-07-07 14:10:47 +00:00
parent 55c78e9f16
commit 846474af66
2 changed files with 5 additions and 1 deletions

View File

@@ -279,6 +279,7 @@ void CPlayerInterface::heroMoved(const TryMoveHero & details)
}
}
adventureInt->heroList.update(ho);
return; //teleport - no fancy moving animation
//TODO: smooth disappear / appear effect
}
@@ -300,6 +301,7 @@ void CPlayerInterface::heroMoved(const TryMoveHero & details)
ho->isStanding = true;
stillMoveHero.setn(STOP_MOVE);
GH.totalRedraw();
adventureInt->heroList.update(ho);
return;
}