Laserlicht 3 viikkoa sitten
vanhempi
sitoutus
9a369d1cc2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      client/lobby/RandomMapTab.cpp

+ 1 - 1
client/lobby/RandomMapTab.cpp

@@ -185,7 +185,7 @@ RandomMapTab::RandomMapTab():
 					templateIndex = 0;
 
 				texts.push_back(templates[i]->getName());
-				popupTexts.push_back(templates[i]->getDescription());
+				popupTexts.push_back("{" + templates[i]->getName() + "}" + (templates[i]->getDescription().empty() ? "" : "\n\n") + templates[i]->getDescription());
 			}
 
 			ENGINE->windows().popWindows(1);