(svn r1833) byte -> char transition: the rest

This commit is contained in:
tron
2005-02-06 22:25:27 +00:00
parent 6984d6cd31
commit 257e97c09a
18 changed files with 56 additions and 49 deletions

4
ttd.c
View File

@@ -647,8 +647,8 @@ int ttd_main(int argc, char* argv[])
#ifdef ENABLE_NETWORK
if ((network) && (_network_available)) {
if (network_conn != NULL) {
const byte *port = NULL;
const byte *player = NULL;
const char *port = NULL;
const char *player = NULL;
uint16 rport;
rport = NETWORK_DEFAULT_PORT;