fix sector updating between TROR bunches, leading to 'being stuck' glitches. Difference: one character.

git-svn-id: https://svn.eduke32.com/eduke32@1966 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2011-08-15 15:46:42 +00:00
parent 58ba283c45
commit 6e7a13448d
1 changed files with 1 additions and 1 deletions

View File

@ -5393,7 +5393,7 @@ HORIZONLY:
if (!shrunk || p->jetpack_on==11)
tmpdz = jetpackdz;
}
else if (p->jetpack_on && p->vel.z)
else if (!p->jetpack_on && p->vel.z)
{
tmpdz = p->vel.z;
}