From 24a0eb31d80b904ae41f2085ec8accb02a3453bf Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Sat, 18 Dec 2010 00:37:59 +0000 Subject: [PATCH] about screen names fixed again ... --- source/glest_game/facilities/game_util.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index 3e30a4bed..2ab5031b4 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -143,11 +143,11 @@ string getAboutString2(int i){ string getTeammateName(int i) { switch(i) { - 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 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";