Remove some leftover code.

This commit is contained in:
Mari the Deer 2022-09-27 21:44:21 +02:00
commit 03616d51ce
2 changed files with 2 additions and 4 deletions

View file

@ -126,8 +126,6 @@ extend Class SWWMHandler
if ( crosshairgrow ) sz *= StatusBar.CrosshairSize;
SWWMUtility.PrepareProjData(tprojdata,e.ViewPos,e.ViewAngle,e.ViewPitch,e.ViewRoll,players[consoleplayer].fov);
Vector2 actpos[MAX_CROSSHAIRS];
int nact = 0;
for ( int i=0; i<MAX_CROSSHAIRS; i++ ) nact += tactive[i];
for ( int i=0; i<MAX_CROSSHAIRS; i++ )
{
Vector3 cpos = tpos[i];