mirror of
https://github.com/open-goal/jak-project
synced 2026-08-19 22:12:24 -04:00
goalc: some minor fixes for tests
This commit is contained in:
@@ -32,9 +32,7 @@ class XSocketServer {
|
||||
int listening_socket = -1;
|
||||
std::vector<char> buffer;
|
||||
|
||||
bool kill_accept_thread = false;
|
||||
bool server_initialized = false;
|
||||
bool accept_thread_running = false;
|
||||
bool client_connected = false;
|
||||
|
||||
std::function<bool()> want_exit_callback;
|
||||
|
||||
Reference in New Issue
Block a user