- fixed author names

This commit is contained in:
Mark Vejvoda
2010-09-16 07:03:38 +00:00
parent fe005b7c54
commit 16f048c9e2

View File

@@ -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){