- Blood: Backport voodoo doll fix from BloodGDX.

This commit is contained in:
Mitchell Richters 2021-08-03 10:58:15 +10:00
parent b01cef7f15
commit db5aa4ba17

View file

@ -995,7 +995,7 @@ void WeaponUpdateState(PLAYER *pPlayer)
pPlayer->weaponQav = 42;
break;
case 10:
if (pXSprite->height < 256 && abs(pPlayer->swayHeight) > 768)
if (pXSprite->height < 256 && abs(pPlayer->swayHeight) > 16)
pPlayer->weaponQav = 102;
else
pPlayer->weaponQav = 101;