fix some undefined behaviors

This commit is contained in:
nillerusr
2020-11-18 17:30:58 +03:00
parent e453bdd409
commit 7bb2dbdb1e
5 changed files with 4 additions and 8 deletions

View File

@@ -23,10 +23,6 @@
#define MATERIALVAR_CHAR_BUF_SIZE 512
/*#if !defined( _X360 )
#pragma pack (1)
#endif*/
ConVar mat_texture_tracking( "mat_texture_tracking", IsDebug() ? "1" : "0" );
CUtlMap<ITexture*, CInterlockedInt> s_TextureRefList( DefLessFunc( ITexture* ) );
CUtlMap<ITexture*, CInterlockedInt> *g_pTextureRefList = &s_TextureRefList;