Skip to content

Commit

Permalink
Update net_ws.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
In-line authored Jan 30, 2018
1 parent 9328436 commit 91c8e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rehlds/engine/net_ws.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,7 @@ void NET_StartThread()
use_thread = FALSE;
Sys_Error("%s: Couldn't initialize network thread, run without -netthread\n", __func__);
}
Con_Printf("Network thread was initialized\n");
}
}
}
Expand Down Expand Up @@ -1265,6 +1266,7 @@ void NET_StopThread()
pthread_mutex_destroy(&net_mutex);
#endif // _WIN32
net_thread_initialized = FALSE;
Con_Printf("Network thread was terminated\n");
}
}
}
Expand Down

0 comments on commit 91c8e68

Please sign in to comment.