Laserlicht %!s(int64=2) %!d(string=hai) anos
pai
achega
c1707bcc71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/mainmenu/CHighScoreScreen.cpp

+ 1 - 1
client/mainmenu/CHighScoreScreen.cpp

@@ -252,7 +252,7 @@ int CHighScoreInputScreen::addEntry(std::string text) {
 	auto sortFunctor = [](const JsonNode & left, const JsonNode & right)
 	{
 		if(left["points"].Integer() == right["points"].Integer())
-			return left["posFlag"].Integer() > right["posFlag"].Integer();
+			return left["posFlag"].Bool() > right["posFlag"].Bool();
 		return left["points"].Integer() > right["points"].Integer();
 	};