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:
parent
7bc7cbeb05
commit
c61f77af28
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue