mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
- fixed author names
This commit is contained in:
@@ -114,8 +114,8 @@ string getAboutString2(int i){
|
||||
return "";
|
||||
}
|
||||
|
||||
string getTeammateName(int i){
|
||||
switch(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<72>ndez";
|
||||
@@ -124,11 +124,12 @@ string getTeammateName(int i){
|
||||
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 "";
|
||||
}
|
||||
|
||||
string getTeammateRole(int i){
|
||||
string getTeammateRole(int i) {
|
||||
Lang &l= Lang::getInstance();
|
||||
|
||||
switch(i){
|
||||
|
Reference in New Issue
Block a user