no message

This commit is contained in:
Scott Brooks 2001-06-15 13:43:54 +00:00
parent 8598b67697
commit d3c6cb0dc3
1 changed files with 1 additions and 1 deletions

View File

@ -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) {