(svn r15969) -Codechange: make the list of broadcast addresses virtually unlimited.

This commit is contained in:
rubidium
2009-04-07 19:06:36 +00:00
parent d66827b289
commit f6e27e7274
7 changed files with 38 additions and 57 deletions

View File

@@ -101,7 +101,7 @@ extern uint32 _frame_counter;
extern uint32 _last_sync_frame; // Used in the server to store the last time a sync packet was sent to clients.
/* networking settings */
extern NetworkAddress _broadcast_list[MAX_INTERFACES + 1];
extern NetworkAddressList _broadcast_list;
extern uint32 _sync_seed_1, _sync_seed_2;
extern uint32 _sync_frame;