Remove some leftover code.
This commit is contained in:
parent
ed5f382ff9
commit
03616d51ce
2 changed files with 2 additions and 4 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue