mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-12 08:08:06 +00:00
game: beta houndeye painsound fix
This commit is contained in:
parent
e8f26b4401
commit
e0db3b1a40
@ -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" );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user