mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
* MSVC compilation fixes
* campaign epilogues and minor fixes
This commit is contained in:
@@ -311,10 +311,7 @@ void RemoveBonus::applyCl( CClient *cl )
|
||||
void UpdateCampaignState::applyCl( CClient *cl )
|
||||
{
|
||||
cl->stopConnection();
|
||||
if(camp->mapsRemaining.size())
|
||||
cl->proposeNextMission(camp);
|
||||
else
|
||||
cl->finishCampaign(camp);
|
||||
cl->campaignMapFinished(camp);
|
||||
}
|
||||
|
||||
void PrepareForAdvancingCampaign::applyCl(CClient *cl)
|
||||
|
||||
Reference in New Issue
Block a user