Fix Windows XP to 7 compatibility (#5167)
* Partially reverts 01a4e696b
* Unify thread names
- Remove use of GetThreadId API
This commit is contained in:
@@ -100,7 +100,7 @@ public:
|
||||
// cLightingThread:
|
||||
|
||||
cLightingThread::cLightingThread(cWorld & a_World):
|
||||
Super("cLightingThread"),
|
||||
Super("Lighting Executor"),
|
||||
m_World(a_World),
|
||||
m_MaxHeight(0),
|
||||
m_NumSeeds(0)
|
||||
|
||||
Reference in New Issue
Block a user