summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-06 22:25:27 +0000
committertron <tron@openttd.org>2005-02-06 22:25:27 +0000
commiteed181245dffbc04a2e527e8e7cccf44ce4fda86 (patch)
treef2cd6e89c719cd0e1e1f5f36d8b3e1bcb804079f /ttd.c
parent27dc506a0313993c8e7dc4acf77da9649d362a58 (diff)
downloadopenttd-eed181245dffbc04a2e527e8e7cccf44ce4fda86.tar.xz
(svn r1833) byte -> char transition: the rest
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c4
1 files changed, 2 insertions, 2 deletions
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;