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
8598b67697
commit
d3c6cb0dc3
1 changed files with 1 additions and 1 deletions
|
@ -2311,7 +2311,7 @@ void PmoveSingle (pmove_t *pmove) {
|
|||
PM_AirMove();
|
||||
} else if (pm->ps->pm_flags & PMF_TIME_WATERJUMP) {
|
||||
PM_WaterJumpMove();
|
||||
} else if ( pm->waterlevel > 1 && !pml.ladder) {
|
||||
} else if ( pm->waterlevel > 1 && !pml.ladder) { //Blaze: wtf, need to add a comment to make it a big enough change for cvs to notice
|
||||
// swimming
|
||||
PM_WaterMove();
|
||||
} else if (pml.ladder) {
|
||||
|
|
Loading…
Reference in a new issue