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:
parent
1db20d8a81
commit
f60953840d
@ -465,6 +465,9 @@ void PM_PlayStepSound( int step, float fvol )
|
||||
}
|
||||
break;
|
||||
case STEP_LADDER:
|
||||
if (pmove->flags & FL_IMMUNE_SLIME) {
|
||||
break;
|
||||
}
|
||||
switch( irand )
|
||||
{
|
||||
// right foot
|
||||
|
Loading…
x
Reference in New Issue
Block a user