(svn r15926) -Codechange: make the broadcast IP list less AF dependent.

This commit is contained in:
rubidium
2009-04-03 11:02:41 +00:00
parent be8919c968
commit 2b7a30f209
7 changed files with 43 additions and 24 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 uint32 _broadcast_list[MAX_INTERFACES + 1];
extern NetworkAddress _broadcast_list[MAX_INTERFACES + 1];
extern uint32 _sync_seed_1, _sync_seed_2;
extern uint32 _sync_frame;