Move line handling to r_line and drawseg drawing to r_drawsegment and then remove r_segs

This commit is contained in:
Magnus Norddahl 2017-01-03 07:13:40 +01:00
commit a9fbd421fb
25 changed files with 2000 additions and 2143 deletions

View file

@ -56,7 +56,6 @@
#include "d_netinf.h"
#include "p_effect.h"
#include "r_bsp.h"
#include "r_segs.h"
#include "r_3dfloors.h"
#include "swrenderer/drawers/r_draw_rgba.h"
#include "swrenderer/drawers/r_draw_pal.h"
@ -108,8 +107,6 @@ struct FCoverageBuffer
unsigned int NumLists;
};
extern double globaluclip, globaldclip;
//
// Sprite rotation 0 is facing the viewer,
// rotation 1 is one angle turn CLOCKWISE around the axis.