mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Finally working hero crossover in campaigns.
Uncovered new secrets of h3m.
This commit is contained in:
@@ -317,6 +317,11 @@ void UpdateCampaignState::applyCl( CClient *cl )
|
||||
cl->finishCampaign(camp);
|
||||
}
|
||||
|
||||
void PrepareForAdvancingCampaign::applyCl(CClient *cl)
|
||||
{
|
||||
cl->serv->prepareForSendingHeroes();
|
||||
}
|
||||
|
||||
void RemoveObject::applyFirstCl( CClient *cl )
|
||||
{
|
||||
const CGObjectInstance *o = cl->getObj(id);
|
||||
|
||||
Reference in New Issue
Block a user