Browse Source

Fix for campaign advance

nordsoft 2 years ago
parent
commit
aead3854b9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      client/CMT.cpp

+ 2 - 0
client/CMT.cpp

@@ -1387,6 +1387,8 @@ static void handleEvent(SDL_Event & ev)
 				{
 					if(ourCampaign->mapsRemaining.size())
 					{
+						GH.pushInt(CMM);
+						GH.pushInt(CMM->menu);
 						CMM->openCampaignLobby(ourCampaign);
 					}
 				};