Created standalone rgba drawing functions

This commit is contained in:
Magnus Norddahl 2016-05-30 05:52:15 +02:00
commit 8aabc26cd9
12 changed files with 2790 additions and 976 deletions

View file

@ -847,10 +847,10 @@ void R_RenderActorView (AActor *actor, bool dontmaplines)
// [RH] Show off segs if r_drawflat is 1
if (r_drawflat)
{
hcolfunc_pre = R_FillColumnHorizP;
hcolfunc_pre = R_FillColumnHoriz;
hcolfunc_post1 = rt_copy1col;
hcolfunc_post4 = rt_copy4cols;
colfunc = R_FillColumnP;
colfunc = R_FillColumn;
spanfunc = R_FillSpan;
}
else