Merge pull request #1939 from Areloch/StaticNetFuncFix

Hotfix to re-add the prior static function fix in platformNet
This commit is contained in:
Areloch 2017-01-31 19:18:32 -06:00 committed by GitHub
commit a987bb9523

View file

@ -214,11 +214,6 @@ struct Net
static bool smMulticastEnabled;
static bool smIpv4Enabled;
static bool smIpv6Enabled;
static ConnectionNotifyEvent* smConnectionNotify;
static ConnectionAcceptedEvent* smConnectionAccept;
static ConnectionReceiveEvent* smConnectionReceive;
static PacketReceiveEvent* smPacketReceive;
static bool init();
static void shutdown();