Revert "bullets can actually hit enemies now"

This reverts commit 86b75860da.
This commit is contained in:
Woops 2020-10-19 11:00:46 -05:00
parent 86b75860da
commit c0f92b3f36

View file

@ -826,7 +826,7 @@ FireWeaponType FireWeapon(int weaponType, ITEM_INFO* target, ITEM_INFO* src, sho
}
else
{*/
if (GetTargetOnLOS(&vSrc, &vDest, FALSE, TRUE))
if (!GetTargetOnLOS(&vSrc, &vDest, FALSE, TRUE))
HitTarget(target, &vDest, weapon->damage, NULL);
//}