diff options
Diffstat (limited to 'unicode/src/base/UParty.pas')
-rw-r--r-- | unicode/src/base/UParty.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unicode/src/base/UParty.pas b/unicode/src/base/UParty.pas index b02d13be..3cfcb6cb 100644 --- a/unicode/src/base/UParty.pas +++ b/unicode/src/base/UParty.pas @@ -71,7 +71,7 @@ type procedure StartRound; procedure EndRound; function GetTeamOrder: TeamOrderArray; - function GetWinnerString(Round: byte): string; + function GetWinnerString(Round: byte): UTF8String; end; var @@ -347,7 +347,7 @@ end; //---------- //GetWinnerString - Get string with WinnerTeam Name, when there is more than one Winner than Connect with and or , //---------- -function TPartySession.GetWinnerString(Round: byte): string; +function TPartySession.GetWinnerString(Round: byte): UTF8String; var Winners: array of UTF8String; I: integer; |