Started work on build system
This commit is contained in:
@@ -59,6 +59,7 @@ void ILevel::LoadLevel( const char *szLevelName )
|
||||
CUtlBuffer<char> szParamValue(V_strlen(pData)+1);
|
||||
V_strcpy(szParamValue, pData);
|
||||
pData+=szParamValue.GetSize();
|
||||
pEntity->ReadParameter(szParamName, szParamValue);
|
||||
};
|
||||
|
||||
CBrushEntity *pBrush = dynamic_cast<CBrushEntity*>(pEntity);
|
||||
|
||||
Reference in New Issue
Block a user