add source-sdk-2013

This commit is contained in:
nillerusr
2022-03-01 23:00:42 +03:00
parent 88b8830e8b
commit edc8d6c584
3288 changed files with 3731 additions and 1062455 deletions
+3 -3
View File
@@ -375,7 +375,7 @@ bool CPointTemplate::CreateInstance( const Vector &vecOrigin, const QAngle &vecA
pEntity->SetAbsOrigin( vecNewOrigin );
pEntity->SetAbsAngles( vecNewAngles );
pSpawnList[i].m_hEntity = pEntity;
pSpawnList[i].m_pEntity = pEntity;
pSpawnList[i].m_nDepth = 0;
pSpawnList[i].m_pDeferredParent = NULL;
}
@@ -384,9 +384,9 @@ bool CPointTemplate::CreateInstance( const Vector &vecOrigin, const QAngle &vecA
for ( i = 0; i < iTemplates; ++i )
{
if ( pSpawnList[i].m_hEntity )
if ( pSpawnList[i].m_pEntity )
{
pEntities->AddToTail( pSpawnList[i].m_hEntity );
pEntities->AddToTail( pSpawnList[i].m_pEntity );
}
}