mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-06 18:18:23 +00:00
Add nullptr check at CEntityKeyValues::AddConnectionDesc
This commit is contained in:
parent
7108a5d4a6
commit
83070f7dae
@ -186,7 +186,9 @@ void CEntityKeyValues::AddConnectionDesc(
|
||||
desc->m_pszOverrideParam = m_pAllocator->AllocString( pszOverrideParam ? pszOverrideParam : "" );
|
||||
desc->m_flDelay = flDelay;
|
||||
desc->m_nTimesToFire = nTimesToFire;
|
||||
desc->m_KV3Value = *kv3value;
|
||||
|
||||
if(kv3value)
|
||||
desc->m_KV3Value = *kv3value;
|
||||
}
|
||||
|
||||
void CEntityKeyValues::RemoveConnectionDesc( int nDesc )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user