game(hl1): fix use after scope

This commit is contained in:
nillerusr
2022-08-23 17:33:12 +03:00
parent e11a21ea19
commit 2cb00530c7
3 changed files with 7 additions and 3 deletions
+5
View File
@@ -383,6 +383,11 @@ END_DATADESC()
//-----------------------------------------------------------------------------
CNPCMaker::CNPCMaker( void )
{
m_strHintGroup = NULL_STRING;
m_RelationshipString = NULL_STRING;
m_ChildTargetName = NULL_STRING;
m_iszNPCClassname = NULL_STRING
m_SquadName = NULL_STRING;
m_spawnEquipment = NULL_STRING;
}