forked from mirror/OpenTTD
(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
This commit is contained in:
@@ -526,7 +526,7 @@ void ParseConnectionString(const char **player, const char **port, char *connect
|
||||
if (*p == '#') {
|
||||
*p = '\0';
|
||||
*player = ++p;
|
||||
while (IsValidAsciiChar(*p, CS_NUMERAL)) p++;
|
||||
while (IsValidChar(*p, CS_NUMERAL)) p++;
|
||||
if (*p == '\0') break;
|
||||
} else if (*p == ':') {
|
||||
*port = p + 1;
|
||||
|
Reference in New Issue
Block a user