Remove some leftover code.
This commit is contained in:
parent
ed5f382ff9
commit
03616d51ce
2 changed files with 2 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r518 \cu(Tue 27 Sep 21:43:05 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r518 \cu(2022-09-27 21:43:05)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r519 \cu(Tue 27 Sep 21:44:21 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r519 \cu(2022-09-27 21:44:21)\c-";
|
||||
|
|
|
|||
|
|
@ -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