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

@ -42,7 +42,6 @@
#include "segments/r_drawsegment.h"
#include "segments/r_portalsegment.h"
#include "segments/r_clipsegment.h"
#include "scene/r_segs.h"
#include "scene/r_3dfloors.h"
#include "scene/r_portal.h"
#include "r_sky.h"