Get client stop function working

This commit is contained in:
Adam Honse 2020-05-14 10:06:18 -05:00
parent d843b3d619
commit bd6ec4c41e
2 changed files with 16 additions and 2 deletions

View file

@ -70,6 +70,7 @@ private:
net_port port;
char port_ip[20];
unsigned short port_num;
bool client_active;
bool server_connected;
bool server_initialized;
unsigned int server_controller_count;