mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
One more spot fixed.
This commit is contained in:
parent
0ba42baffa
commit
c53f2903a8
1 changed files with 4 additions and 1 deletions
|
@ -133,7 +133,10 @@ void CAI_Senses::Listen( void )
|
|||
m_iAudibleList = iSound;
|
||||
}
|
||||
|
||||
iSound = pCurrentSound->NextSound();
|
||||
if (pCurrentSound)
|
||||
iSound = pCurrentSound->NextSound();
|
||||
else
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue