mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-04 07:33:27 +03:00
fix some undefined behaviors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user