mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-29 23:22:01 +00:00
oops. I implemented it, but never actually hooked it up properly!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4636 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2e98386da2
commit
f25a6cd758
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ void PM_WaterMove (void)
|
||||||
|
|
||||||
if (pmove.pm_type != PM_FLY && !pmove.cmd.forwardmove && !pmove.cmd.sidemove && !pmove.cmd.upmove && !pmove.onladder)
|
if (pmove.pm_type != PM_FLY && !pmove.cmd.forwardmove && !pmove.cmd.sidemove && !pmove.cmd.upmove && !pmove.onladder)
|
||||||
{
|
{
|
||||||
VectorMA(wishvel, 60, pmove.gravitydir, wishvel);
|
VectorMA(wishvel, movevars.watersinkspeed, pmove.gravitydir, wishvel);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue