Fix stupid typo that broke conveyor belts

git-svn-id: https://svn.eduke32.com/eduke32@8620 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2020-02-08 05:09:15 +00:00 committed by Christoph Oelckers
parent 9630126a6d
commit cefb1a5551
1 changed files with 1 additions and 1 deletions

View File

@ -5936,7 +5936,7 @@ MAIN_LOOP_RESTART:
input.svel = mulscale9(localInput.fvel, sintable[(q16ang + 2048) & 2047]) +
mulscale9(localInput.svel, sintable[(q16ang + 1536) & 2047]);
if (FURY)
if (!FURY)
{
input.fvel += pPlayer->fric.x;
input.svel += pPlayer->fric.y;