added command line, added basic character
This commit is contained in:
@@ -51,6 +51,9 @@ void ILevel::LoadLevel( const char *szLevelName )
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!pEntity)
|
||||
continue;
|
||||
|
||||
for ( uint32_t j = 0; j<pEntityHeader->nProperties; j++ )
|
||||
{
|
||||
CUtlBuffer<char> szParamName(V_strlen(pData)+1);
|
||||
|
||||
Reference in New Issue
Block a user