Fix Windows XP to 7 compatibility (#5167)
* Partially reverts 01a4e696b
* Unify thread names
- Remove use of GetThreadId API
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
// cServer::cTickThread:
|
||||
|
||||
cServer::cTickThread::cTickThread(cServer & a_Server) :
|
||||
Super("ServerTickThread"),
|
||||
Super("Server Ticker"),
|
||||
m_Server(a_Server)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user