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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user