(svn r15925) -Codechange: remove _network_server_bind_ip as it's pretty AF dependant.

This commit is contained in:
rubidium
2009-04-03 10:29:56 +00:00
parent 197eff1fa9
commit be8919c968
4 changed files with 8 additions and 10 deletions

View File

@@ -103,8 +103,6 @@ extern uint32 _last_sync_frame; // Used in the server to store the last time a s
/* networking settings */
extern uint32 _broadcast_list[MAX_INTERFACES + 1];
extern uint32 _network_server_bind_ip;
extern uint32 _sync_seed_1, _sync_seed_2;
extern uint32 _sync_frame;
extern bool _network_first_time;