mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 09:24:24 +02:00
- fixed author names
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
using namespace Shared::Util;
|
using namespace Shared::Util;
|
||||||
using namespace Shared::Platform;
|
using namespace Shared::Platform;
|
||||||
|
|
||||||
namespace Glest{ namespace Game{
|
namespace Glest { namespace Game {
|
||||||
|
|
||||||
const string mailString= "contact_game@glest.org";
|
const string mailString= "contact_game@glest.org";
|
||||||
const string glestVersionString= "v3.3.7-beta1";
|
const string glestVersionString= "v3.3.7-beta1";
|
||||||
@@ -116,16 +116,15 @@ string getAboutString2(int i){
|
|||||||
|
|
||||||
string getTeammateName(int i){
|
string getTeammateName(int i){
|
||||||
switch(i){
|
switch(i){
|
||||||
case 0: return "Marti<EFBFBD>o Figueroa";
|
case 0: return "Marti<EFBFBD>o Figueroa";
|
||||||
case 1: return "Jos<EFBFBD> Luis Gonz<6E>lez";
|
case 1: return "Jos<EFBFBD> Luis Gonz<6E>lez";
|
||||||
case 2: return "Tucho Fern<72>ndez";
|
case 2: return "Tucho Fern<72>ndez";
|
||||||
case 3: return "Jos<EFBFBD> Zanni";
|
case 3: return "Jos<EFBFBD> Zanni";
|
||||||
case 4: return "F<EFBFBD>lix Men<65>ndez";
|
case 4: return "F<EFBFBD>lix Men<65>ndez";
|
||||||
case 5: return "Marcos Caruncho";
|
case 5: return "Marcos Caruncho";
|
||||||
case 6: return "Matthias Braun";
|
case 6: return "Matthias Braun";
|
||||||
case 7: return "Titus Tscharntke";
|
case 7: return "Titus Tscharntke";
|
||||||
case 8: return "Mark Vejvoda";
|
case 8: return "Mark Vejvoda"; }
|
||||||
}
|
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user