network.h
changeset 3152 447059d1ecdd
parent 3041 105098f42dfa
child 3173 1b75b9a6ff71
--- a/network.h	Mon Mar 06 13:29:27 2006 +0000
+++ b/network.h	Mon Mar 06 19:23:26 2006 +0000
@@ -159,7 +159,7 @@
 // networking settings
 VARDEF uint32 _network_ip_list[MAX_INTERFACES + 1]; // Network IPs
 
-VARDEF uint _network_server_port;
+VARDEF uint16 _network_server_port;
 /* We use bind_ip and bind_ip_host, where bind_ip_host is the readable form of
     bind_ip_host, and bind_ip the numeric value, because we want a nice number
     in the openttd.cfg, but we wants to use the uint32 internally.. */