ColoredSpan and FogBoundary drawers

This commit is contained in:
Magnus Norddahl 2016-12-06 18:58:39 +01:00
commit bec5d39ca8
4 changed files with 35 additions and 13 deletions

View file

@ -522,11 +522,6 @@ void R_MapTiltedPlane (int y, int x1)
//
//==========================================================================
void R_MapColoredPlane_C (int y, int x1)
{
memset (ylookup[y] + x1 + dc_destorg, ds_color, spanend[y] - x1 + 1);
}
void R_MapColoredPlane(int y, int x1)
{
R_DrawColoredSpan(y, x1, spanend[y]);