mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 14:11:15 +02:00
- lets show Martiño and company the respect they deserve! Finally fixed the special spanish characters that eclipse was encoding as UTF-8 which messed up the display in about screen, in-game. File is now saved as ISO-8859-1 format to keep proper formatting.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// ==============================================================
|
// ==============================================================
|
||||||
// This file is part of Glest (www.glest.org)
|
// This file is part of Glest (www.glest.org)
|
||||||
//
|
//
|
||||||
// Copyright (C) 2001-2008 Marti<74>o Figueroa
|
// Copyright (C) 2001-2008 Marti<74>o Figueroa
|
||||||
//
|
//
|
||||||
// You can redistribute this code and/or modify it under
|
// You can redistribute this code and/or modify it under
|
||||||
// the terms of the GNU General Public License as published
|
// the terms of the GNU General Public License as published
|
||||||
@@ -116,11 +116,11 @@ string getAboutString2(int i){
|
|||||||
|
|
||||||
string getTeammateName(int i){
|
string getTeammateName(int i){
|
||||||
switch(i){
|
switch(i){
|
||||||
case 0: return "Martiño Figueroa";
|
case 0: return "Marti<EFBFBD>o Figueroa";
|
||||||
case 1: return "José Luis González";
|
case 1: return "Jos<EFBFBD> Luis Gonz<EFBFBD>lez";
|
||||||
case 2: return "Tucho Fernández";
|
case 2: return "Tucho Fern<EFBFBD>ndez";
|
||||||
case 3: return "José Zanni";
|
case 3: return "Jos<EFBFBD> Zanni";
|
||||||
case 4: return "Félix Menéndez";
|
case 4: return "F<EFBFBD>lix Men<EFBFBD>ndez";
|
||||||
case 5: return "Marcos Caruncho";
|
case 5: return "Marcos Caruncho";
|
||||||
case 6: return "Matthias Braun";
|
case 6: return "Matthias Braun";
|
||||||
case 7: return "Titus Tscharntke";
|
case 7: return "Titus Tscharntke";
|
||||||
|
Reference in New Issue
Block a user