mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
game: beta houndeye painsound fix
This commit is contained in:
@@ -529,7 +529,7 @@ void CNPC_Houndeye::DeathSound ( void )
|
||||
//=========================================================
|
||||
// PainSound
|
||||
//=========================================================
|
||||
void CNPC_Houndeye::PainSound ( void )
|
||||
void CNPC_Houndeye::PainSound ( const CTakeDamageInfo &info )
|
||||
{
|
||||
EmitSound( "NPC_Houndeye.Pain" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user