1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00
* added files for Lua handler and moved Lua test code
This commit is contained in:
Michał W. Urbańczyk
2007-10-14 12:11:18 +00:00
parent 70ce922fe6
commit f1d5e686ce
10 changed files with 116 additions and 65 deletions

View File

@@ -768,6 +768,7 @@ void CPlayerInterface::heroMoved(const HeroMoveDetails & details)
//ho->moveDir = 0; //move ended
ho->isStanding = true;
//move finished
adventureInt->heroList.draw();
}
void CPlayerInterface::heroKilled(const CHeroInstance * hero)
{