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

@@ -361,6 +361,10 @@ void CBattleInterface::stackRemoved(CStack stack)
creAnims.erase(stack.ID);
}
void CBattleInterface::stackKilled(int ID)
{
}
void CBattleInterface::stackActivated(int number)
{
givenCommand = NULL;