summaryrefslogtreecommitdiff
path: root/console_cmds.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
commit257e97c09a5445c339118c3269cd3bd39151c65c (patch)
treef2cd6e89c719cd0e1e1f5f36d8b3e1bcb804079f /console_cmds.c
parent6984d6cd31d3ceb270a7caa75c4ed757788eb50b (diff)
downloadopenttd-257e97c09a5445c339118c3269cd3bd39151c65c.tar.xz
(svn r1833) byte -> char transition: the rest
Diffstat (limited to 'console_cmds.c')
-rw-r--r--console_cmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/console_cmds.c b/console_cmds.c
index 8cb03151a..adf67f202 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -554,8 +554,8 @@ DEF_CONSOLE_CMD(ConNetworkClients)
DEF_CONSOLE_CMD(ConNetworkConnect)
{
char* ip;
- const byte *port = NULL;
- const byte *player = NULL;
+ const char *port = NULL;
+ const char *player = NULL;
uint16 rport;
if (argc<2) return NULL;