Browse Source

add also savegame

Michael 2 years ago
parent
commit
287c0daaff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/lobby/CSelectionBase.cpp

+ 1 - 1
client/lobby/CSelectionBase.cpp

@@ -216,7 +216,7 @@ void InfoCard::changeSelection()
 	flagbox->recreate();
 	labelDifficulty->setText(CGI->generaltexth->arraytxt[142 + mapInfo->mapHeader->difficulty]);
 	iconDifficulty->setSelected(SEL->getCurrentDifficulty());
-	if(SEL->screenType == ESelectionScreen::loadGame)
+	if(SEL->screenType == ESelectionScreen::loadGame || SEL->screenType == ESelectionScreen::saveGame)
 		for(auto & button : iconDifficulty->buttons)
 			button.second->setEnabled(button.first == SEL->getCurrentDifficulty());