From 16f048c9e24f87126868bdaf07d4161262310f36 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 16 Sep 2010 07:03:38 +0000 Subject: [PATCH] - fixed author names --- source/glest_game/facilities/game_util.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index 150a7105b..5bbcca1b3 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -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ño Figueroa"; case 1: return "José Luis González"; case 2: return "Tucho Ferná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){