mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-07 08:21:55 +00:00
pmove: code style cleanup
This commit is contained in:
parent
5030d9d046
commit
42b578b2bb
1 changed files with 2 additions and 2 deletions
|
@ -452,7 +452,7 @@ PM_AddCurrents(vec3_t wishvel)
|
|||
}
|
||||
}
|
||||
|
||||
/* add water currents */
|
||||
/* add water currents */
|
||||
if (pm->watertype & MASK_CURRENT)
|
||||
{
|
||||
vec3_t v;
|
||||
|
@ -1488,7 +1488,7 @@ Pmove(pmove_t *pmove)
|
|||
PM_CatagorizePosition();
|
||||
|
||||
#if !defined(DEDICATED_ONLY)
|
||||
PM_UpdateUnderwaterSfx();
|
||||
PM_UpdateUnderwaterSfx();
|
||||
#endif
|
||||
|
||||
PM_SnapPosition();
|
||||
|
|
Loading…
Reference in a new issue