Footsteps: Ladder sound fix
This commit is contained in:
parent
ab1338bab6
commit
a159183b3d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ Footsteps_Update(void)
|
|||
}
|
||||
|
||||
/* make it so we step once we land */
|
||||
if (!(self.flags & FL_ONGROUND)) {
|
||||
if (!(self.flags & FL_ONGROUND) && !(self.flags & FL_ONLADDER)) {
|
||||
self.fStepTime = 0.0f;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue