This commit is contained in:
Paul 2001-03-07 21:30:19 +00:00
parent 50b9bd45f2
commit 7bfc7d8246

View file

@ -156,10 +156,6 @@ void CBasePickup::render()
{ {
renderPickup(&pos); renderPickup(&pos);
} }
/*
DrawLine(pos.vx-15,pos.vy-15,pos.vx+15,pos.vy+15,255,255,255,0);
DrawLine(pos.vx+15,pos.vy-15,pos.vx-15,pos.vy+15,255,255,255,0);
*/
} }
/*---------------------------------------------------------------------- /*----------------------------------------------------------------------