- fixed author names

This commit is contained in:
Mark Vejvoda 2010-09-16 07:00:50 +00:00
parent 66e655aaff
commit fe005b7c54

View File

@ -23,7 +23,7 @@
using namespace Shared::Util;
using namespace Shared::Platform;
namespace Glest{ namespace Game{
namespace Glest { namespace Game {
const string mailString= "contact_game@glest.org";
const string glestVersionString= "v3.3.7-beta1";
@ -116,16 +116,15 @@ string getAboutString2(int i){
string getTeammateName(int i){
switch(i){
case 0: return "Marti<EFBFBD>o Figueroa";
case 1: return "Jos<EFBFBD> Luis Gonz<6E>lez";
case 2: return "Tucho Fern<EFBFBD>ndez";
case 3: return "Jos<EFBFBD> Zanni";
case 4: return "F<EFBFBD>lix Men<65>ndez";
case 0: return "Martiño Figueroa";
case 1: return "José Luis González";
case 2: return "Tucho Fernández";
case 3: return "José Zanni";
case 4: return "Félix Menéndez";
case 5: return "Marcos Caruncho";
case 6: return "Matthias Braun";
case 7: return "Titus Tscharntke";
case 8: return "Mark Vejvoda";
}
case 8: return "Mark Vejvoda"; }
return "";
}