- fixed author names

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

View File

@@ -124,7 +124,8 @@ 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 "";
}