Skip to content

Commit

Permalink
pmove: code style cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0lvin committed Jan 12, 2025
1 parent 5030d9d commit 42b578b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/pmove.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ PM_AddCurrents(vec3_t wishvel)
}
}

/* add water currents */
/* add water currents */
if (pm->watertype & MASK_CURRENT)
{
vec3_t v;
Expand Down Expand Up @@ -1488,7 +1488,7 @@ Pmove(pmove_t *pmove)
PM_CatagorizePosition();

#if !defined(DEDICATED_ONLY)
PM_UpdateUnderwaterSfx();
PM_UpdateUnderwaterSfx();
#endif

PM_SnapPosition();
Expand Down

0 comments on commit 42b578b

Please sign in to comment.