Commit 12553ee7 authored by nanahira's avatar nanahira

fix link

parent 385f67a3
...@@ -31,6 +31,7 @@ mtrandom DuelClient::rnd; ...@@ -31,6 +31,7 @@ mtrandom DuelClient::rnd;
bool DuelClient::is_refreshing = false; bool DuelClient::is_refreshing = false;
int DuelClient::match_kill = 0; int DuelClient::match_kill = 0;
std::vector<HostPacket> DuelClient::hosts; std::vector<HostPacket> DuelClient::hosts;
std::vector<std::wstring> DuelClient::hosts_srvpro;
std::set<unsigned int> DuelClient::remotes; std::set<unsigned int> DuelClient::remotes;
event* DuelClient::resp_event = 0; event* DuelClient::resp_event = 0;
unsigned int DuelClient::temp_ip = 0; unsigned int DuelClient::temp_ip = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment