1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

improvements in battles

This commit is contained in:
mateuszb
2008-05-30 11:53:04 +00:00
parent 21a8d87796
commit 88a29416da
7 changed files with 100 additions and 13 deletions

View File

@@ -2078,6 +2078,11 @@ void CPlayerInterface::battleStackIsAttacked(int ID)
dynamic_cast<CBattleInterface*>(curint)->stackIsAttacked(ID);
}
void CPlayerInterface::battleStackKilled(int ID)
{
dynamic_cast<CBattleInterface*>(curint)->stackKilled(ID);
}
void CPlayerInterface::showComp(SComponent comp)
{
adventureInt->infoBar.showComp(&comp,4000);