mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
no message
This commit is contained in:
parent
06016f16d5
commit
b3b1fe4098
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ static void PM_WalkMove( void ) {
|
|||
return;
|
||||
}
|
||||
*/
|
||||
|
||||
//Blaze: Cant jump while someone has leg damage
|
||||
if ( !((pm->ps->stats[STAT_RQ3] & RQ3_LEGDAMAGE) == RQ3_LEGDAMAGE) && PM_CheckJump () ) {
|
||||
// jumped away
|
||||
if ( pm->waterlevel > 1 ) {
|
||||
|
|
Loading…
Reference in a new issue