1
0
mirror of https://github.com/YGGverse/hlsdk-portable.git synced 2025-03-13 05:51:19 +00:00

Don't play ladder sound on grapple

This commit is contained in:
Roman Chistokhodov 2019-08-06 22:53:10 +03:00
parent 1db20d8a81
commit f60953840d

@ -465,6 +465,9 @@ void PM_PlayStepSound( int step, float fvol )
} }
break; break;
case STEP_LADDER: case STEP_LADDER:
if (pmove->flags & FL_IMMUNE_SLIME) {
break;
}
switch( irand ) switch( irand )
{ {
// right foot // right foot