From 277230657cba8b71109d194104be63e89471312f Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sun, 11 Jul 2010 15:56:00 +0000 Subject: [PATCH] - fixed file encoding for proper credits display --- 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 34aec098..fe2b45dc 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -116,11 +116,11 @@ string getAboutString2(int i){ string getTeammateName(int i){ switch(i){ - case 0: return "Martio Figueroa"; - case 1: return "Jos Luis Gonzlez"; - case 2: return "Tucho Fernndez"; - case 3: return "Jos Zanni"; - case 4: return "Flix Menndez"; + 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";