1
0
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:
Michał W. Urbańczyk
2013-02-09 18:18:55 +00:00
parent e31f5062f9
commit 13b3d23b26
8 changed files with 75 additions and 65 deletions

View File

@@ -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);