(svn r15931) -Codechange: let the host and ban lists use of SmallVector.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "network_type.h"
|
||||
#include "../console_type.h"
|
||||
#include "../gfx_type.h"
|
||||
#include "../core/smallvec_type.hpp"
|
||||
|
||||
extern NetworkServerGameInfo _network_game_info;
|
||||
extern NetworkCompanyState *_network_company_states;
|
||||
@@ -20,8 +21,8 @@ extern ClientID _redirect_console_to_client;
|
||||
extern bool _network_need_advertise;
|
||||
extern uint32 _network_last_advertise_frame;
|
||||
extern uint8 _network_reconnect;
|
||||
extern char *_network_host_list[10];
|
||||
extern char *_network_ban_list[25];
|
||||
extern StringList _network_host_list;
|
||||
extern StringList _network_ban_list;
|
||||
|
||||
byte NetworkSpectatorCount();
|
||||
void NetworkUpdateClientName();
|
||||
|
Reference in New Issue
Block a user