mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-30 22:31:34 +00:00
no message
This commit is contained in:
parent
11d0a7c300
commit
06016f16d5
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ static void PM_WalkMove( void ) {
|
|||
}
|
||||
*/
|
||||
|
||||
if ( PM_CheckJump () ) {
|
||||
if ( !((pm->ps->stats[STAT_RQ3] & RQ3_LEGDAMAGE) == RQ3_LEGDAMAGE) && PM_CheckJump () ) {
|
||||
// jumped away
|
||||
if ( pm->waterlevel > 1 ) {
|
||||
PM_WaterMove();
|
||||
|
|
Loading…
Reference in a new issue