Type 606 renderer check allow OGL again

This commit is contained in:
mazmazz 2018-09-10 16:32:54 -04:00
parent 0344ca70ba
commit c767436629

View file

@ -1471,8 +1471,6 @@ static void P_LoadRawSideDefs2(void *data)
case 606: //SoM: 4/4/2000: Just colormap transfer case 606: //SoM: 4/4/2000: Just colormap transfer
// SoM: R_CreateColormap will only create a colormap in software mode... // SoM: R_CreateColormap will only create a colormap in software mode...
// Perhaps we should just call it instead of doing the calculations here. // Perhaps we should just call it instead of doing the calculations here.
if (rendermode == render_soft || rendermode == render_none)
{
if ( if (
((rendermode == render_soft || rendermode == render_none) && (msd->toptexture[0] == '#' || msd->bottomtexture[0] == '#')) ((rendermode == render_soft || rendermode == render_none) && (msd->toptexture[0] == '#' || msd->bottomtexture[0] == '#'))
#ifdef HWRENDER #ifdef HWRENDER
@ -1501,7 +1499,6 @@ static void P_LoadRawSideDefs2(void *data)
sd->bottomtexture = num; sd->bottomtexture = num;
} }
break; break;
}
case 413: // Change music case 413: // Change music
{ {