src/network/network_internal.h
changeset 10207 c291a21b304e
parent 9896 19aa91881726
equal deleted inserted replaced
10206:0050610c0368 10207:c291a21b304e
    89 	NETLANG_GREEK,
    89 	NETLANG_GREEK,
    90 	NETLANG_LATVIAN,
    90 	NETLANG_LATVIAN,
    91 	NETLANG_COUNT
    91 	NETLANG_COUNT
    92 };
    92 };
    93 
    93 
    94 extern NetworkPlayerInfo _network_player_info[MAX_PLAYERS];
    94 extern NetworkCompanyInfo _network_company_info[MAX_COMPANIES];
    95 
    95 
    96 extern uint32 _frame_counter_server; // The frame_counter of the server, if in network-mode
    96 extern uint32 _frame_counter_server; // The frame_counter of the server, if in network-mode
    97 extern uint32 _frame_counter_max; // To where we may go with our clients
    97 extern uint32 _frame_counter_max; // To where we may go with our clients
    98 
    98 
    99 extern uint32 _last_sync_frame; // Used in the server to store the last time a sync packet was sent to clients.
    99 extern uint32 _last_sync_frame; // Used in the server to store the last time a sync packet was sent to clients.