Disappearing crosshair bug fixed.

This commit is contained in:
Mari the Deer 2022-09-27 21:43:05 +02:00
commit ed5f382ff9
7 changed files with 5 additions and 41 deletions

View file

@ -558,7 +558,7 @@ extend Class SWWMWeapon
{
HitNormal = (-d.HitLine.delta.y,d.HitLine.delta.x,0).unit();
if ( !d.LineSide ) HitNormal *= -1;
if ( !(flags&MELEE_NoUse) ) d.HitLine.RemoteActivate(self,d.LineSide,SPAC_Impact,d.HitLocation+HitNormal*4);
d.HitLine.RemoteActivate(self,d.LineSide,SPAC_Impact,d.HitLocation+HitNormal*4);
}
if ( impactclass )
{