Laserlicht 3 veckor sedan
förälder
incheckning
9a369d1cc2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      client/lobby/RandomMapTab.cpp

+ 1 - 1
client/lobby/RandomMapTab.cpp

@@ -185,7 +185,7 @@ RandomMapTab::RandomMapTab():
 					templateIndex = 0;
 					templateIndex = 0;
 
 
 				texts.push_back(templates[i]->getName());
 				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);
 			ENGINE->windows().popWindows(1);