console_cmds.c
changeset 1329 a8a0d60b0a8e
parent 1317 f382f1b439c7
child 1379 02eb430be95e
--- a/console_cmds.c	Sun Feb 06 20:53:31 2005 +0000
+++ b/console_cmds.c	Sun Feb 06 22:25:27 2005 +0000
@@ -554,8 +554,8 @@
 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;