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