mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
fpersmissive fixes
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
||||
|
||||
AUTO_LOCK( m_mutex );
|
||||
|
||||
int iEntry = m_map.Find( szFixedName );
|
||||
intp iEntry = m_map.Find( szFixedName );
|
||||
if ( iEntry == m_map.InvalidIndex() )
|
||||
{
|
||||
iEntry = m_map.Insert( strdup( szFixedName ), new AsyncOpenedFile_t );
|
||||
@@ -146,7 +146,7 @@ public:
|
||||
|
||||
AUTO_LOCK( m_mutex );
|
||||
|
||||
int iEntry = m_map.Find( szFixedName );
|
||||
intp iEntry = m_map.Find( szFixedName );
|
||||
if ( iEntry != m_map.InvalidIndex() )
|
||||
{
|
||||
m_map[iEntry]->AddRef();
|
||||
|
||||
Reference in New Issue
Block a user