mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
9630126a6d
commit
cefb1a5551
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue