NQ mod waterjump bug fixed.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2408 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-10-14 02:04:24 +00:00
parent f956a5f311
commit e2fd8a9f77
1 changed files with 1 additions and 1 deletions

View File

@ -897,7 +897,7 @@ void PM_CheckWaterJump (void)
int cont;
vec3_t flatforward;
if (pmove.waterjumptime)
if (pmove.waterjumptime>0)
return;
// don't hop out if we just jumped in