This has the odd quirk related to networkQueue()

This commit is contained in:
Kayne Ruse
2013-06-17 15:15:27 +10:00
parent 5b2fd80a61
commit 685ca94335
7 changed files with 63 additions and 22 deletions
+1 -3
View File
@@ -46,6 +46,7 @@ protected:
int HandlePacket(Packet p);
void BroadcastNetwork();
void PushServer(BroadcastResponse&);
void ConnectToServer(ServerEntry*);
//services
ConfigUtility* configUtil = ServiceLocator<ConfigUtility>::Get();
@@ -61,9 +62,6 @@ protected:
SDL_Rect listBox;
std::vector<ServerEntry> serverList;
ServerEntry* selectedServer = nullptr;
//threads
SDL_Thread* queueThread = nullptr;
};
#endif