1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

* partial implementation of hero crossover

* minor fixes to resolution handling
* other minor fixes and changes
This commit is contained in:
mateuszb
2010-08-28 14:52:20 +00:00
parent 4d171bd53c
commit fc79b9b6cf
11 changed files with 142 additions and 19 deletions

View File

@@ -4783,7 +4783,7 @@ void CGameHandler::checkLossVictory( ui8 player )
if(gs->campaign)
{
gs->campaign->mapConquered();
gs->campaign->mapConquered(gs->map->heroes);
UpdateCampaignState ucs;
ucs.camp = gs->campaign;