1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00
Possibly also #344, #353.
Allowed switching heroes with l-click when another hero is selected. (works for not accessible heroes)
This commit is contained in:
Michał W. Urbańczyk
2010-02-13 04:47:31 +00:00
parent 8637b021cc
commit 96819379c5
9 changed files with 50 additions and 27 deletions

View File

@@ -110,7 +110,7 @@ CMenuScreen::CMenuScreen( EState which )
////just for testing
CCampaignHandler * ch = new CCampaignHandler();
ch->getCampaignHeaders();
ch->getCampaign("./Maps/ALEXIS.h3c");
//ch->getCampaign("./Maps/ALEXIS.h3c");
}
break;
}