1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

battle and general upgrades and bugfixes

This commit is contained in:
mateuszb
2008-04-07 17:51:46 +00:00
parent 36779118b5
commit 149c6772e2
13 changed files with 218 additions and 37 deletions

View File

@ -1948,6 +1948,11 @@ void CPlayerInterface::battleStackMoved(int ID, int dest)
dynamic_cast<CBattleInterface*>(curint)->stackMoved(ID, dest);
}
void CPlayerInterface::battleStackAttacking(int ID, int dest)
{
dynamic_cast<CBattleInterface*>(curint)->stackAttacking(ID, dest);
}
void CPlayerInterface::showComp(SComponent comp)
{
adventureInt->infoBar.showComp(&comp,4000);