mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-31 23:11:32 +00:00
little change to ladder movement
This commit is contained in:
parent
3a336d349c
commit
05b8566b24
1 changed files with 2 additions and 0 deletions
|
@ -2263,6 +2263,8 @@ static void PM_LadderMove( void ) {
|
|||
for (i=0 ; i<3 ; i++)
|
||||
wishvel[i] = scale * pml.forward[i]*pm->cmd.forwardmove +
|
||||
scale * pml.right[i]*pm->cmd.rightmove;
|
||||
wishvel[0] /= 2;
|
||||
wishvel[1] /= 2;
|
||||
wishvel[2] += scale * pm->cmd.upmove;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue