actually that was a smidge wasteful

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4725 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2014-08-17 03:33:31 +00:00
parent 7bc7cbeb05
commit c61f77af28
1 changed files with 1 additions and 1 deletions

View File

@ -1116,7 +1116,7 @@ void PM_NudgePosition (void)
}
//be more aggresssive at moving up, to match NQ
for (z=0 ; z<movevars.stepheight ; z++)
for (z=1 ; z<movevars.stepheight ; z++)
{
for (x=0 ; x<3 ; x++)
{