1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

* first part of exchange window

* minor changes
This commit is contained in:
mateuszb
2009-06-16 11:18:14 +00:00
parent 287e0c016d
commit 8231a6e6cc
16 changed files with 118 additions and 3 deletions

View File

@@ -460,3 +460,12 @@ void ShowInInfobox::applyCl(CClient *cl)
static_cast<CPlayerInterface*>(cl->playerint[player])->showComp(sc);
}
}
void HeroExchange::applyFirstCl(CClient *cl)
{
}
void HeroExchange::applyCl(CClient *cl)
{
cl->playerint[player]->heroExchangeStarted(hero1, hero2);
}