(svn r3775) Fix loading of server_port from config file, introduced in Darkvater's unified configuration changes (r3719+)

This commit is contained in:
2006-03-06 19:23:26 +00:00
parent 554f659e30
commit fc1e9c5a92
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ VARDEF uint32 _last_sync_frame; // Used in the server to store the last time a s
// 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.. */