Delete CreateNormalClassPtr, use CreateClassPtr.

This commit is contained in:
Julian
2020-03-12 02:40:45 -03:00
parent 3183948c12
commit b229587cd0
2 changed files with 1 additions and 41 deletions

View File

@@ -1533,7 +1533,7 @@ void CNodeEnt :: Spawn( void )
if ( WorldGraph.m_cNodes == 0 )
{
// this is the first node to spawn, spawn the test hull entity that builds and walks the node tree
CTestHull *pHull = CreateNormalClassPtr((CTestHull *)NULL);
CTestHull *pHull = CreateClassPtr((CTestHull *)NULL);
pHull->Spawn( pev );
}