mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 09:49:36 +00:00
amd64: fix multithread, fix vgui, fix physmodels
This commit is contained in:
+1
-2
@@ -49,7 +49,6 @@
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
#include "tier0/memdbgon.h"
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// internal structures
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -152,7 +151,7 @@ struct SpewInfo_t
|
||||
int m_nSpewOutputLevel;
|
||||
};
|
||||
|
||||
CThreadLocalPtr<SpewInfo_t> g_pSpewInfo;
|
||||
CTHREADLOCALPTR(SpewInfo_t) g_pSpewInfo;
|
||||
|
||||
|
||||
// Standard groups
|
||||
|
||||
Reference in New Issue
Block a user