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

@ -16,7 +16,6 @@
#include "doomstat.h"
#include "r_state.h"
#include "swrenderer/scene/r_bsp.h"
#include "swrenderer/scene/r_segs.h"
#include "v_palette.h"
#include "r_sky.h"
#include "po_man.h"