From eed181245dffbc04a2e527e8e7cccf44ce4fda86 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Feb 2005 22:25:27 +0000 Subject: (svn r1833) byte -> char transition: the rest --- ttd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ttd.c') diff --git a/ttd.c b/ttd.c index 86886c956..c120f2f96 100644 --- a/ttd.c +++ b/ttd.c @@ -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; -- cgit v1.2.3-54-g00ecf