1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

* small fix

This commit is contained in:
mateuszb 2010-08-05 07:52:34 +00:00
parent 844d170b4f
commit 7002e73908

View File

@ -523,6 +523,7 @@ void CSelectionScreen::startCampaign()
{
CCampaign * ourCampaign = CCampaignHandler::getCampaign(curMap->filename, curMap->lodCmpgn);
CCampaignState * campState = new CCampaignState();
campState->camp = ourCampaign;
GH.pushInt( new CBonusSelection(campState) );
}
@ -2633,7 +2634,7 @@ void CBonusSelection::startMap()
{
StartInfo *si = new StartInfo(sInfo);
//don't pop - we should get back to this screen
//GH.popInts(3);
GH.popInts(3);
curOpts = NULL;
::startGame(si);
}