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:
Spoike 2014-04-12 02:37:18 +00:00
parent 2e98386da2
commit f25a6cd758
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
VectorMA(wishvel, 60, pmove.gravitydir, wishvel);
VectorMA(wishvel, movevars.watersinkspeed, pmove.gravitydir, wishvel);
}
else
{