Explorar el Código

Fix difficulty level displayed (Normal instead of ormal).

Frank Zago hace 16 años
padre
commit
3398941231
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      client/CPreGame.cpp

+ 2 - 1
client/CPreGame.cpp

@@ -1512,10 +1512,11 @@ void MapSel::printFlags()
 		}
 	}
 }
+
 std::string MapSel::gdiff(std::string ss)
 {
 	std::string ret;
-	for (int i=2;i<ss.length();i++)
+	for (int i=1;i<ss.length();i++)
 	{
 		if (ss[i]==' ')
 			break;