mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
game: restore combine ability to play pain sounds
This commit is contained in:
@@ -2565,7 +2565,7 @@ void CNPC_Combine::SpeakSentence( int sentenceType )
|
||||
//=========================================================
|
||||
// PainSound
|
||||
//=========================================================
|
||||
void CNPC_Combine::PainSound ( void )
|
||||
void CNPC_Combine::PainSound ( const CTakeDamageInfo &damageinfo )
|
||||
{
|
||||
// NOTE: The response system deals with this at the moment
|
||||
if ( GetFlags() & FL_DISSOLVING )
|
||||
|
||||
Reference in New Issue
Block a user