Namespace fixes

This commit is contained in:
Magnus Norddahl 2023-09-02 13:09:57 +02:00
commit 375e71dc0d
13 changed files with 81 additions and 89 deletions

View file

@ -240,7 +240,7 @@ static int CreateIndexedSectorVerticesLM(FRenderState& renderstate, sector_t* se
{
subsector_t* sub = sec->subsectors[i];
LightmapSurface* lightmap = &sub->lightmap[h][lightmapIndex];
if (lightmap->Type != hwrenderer::ST_UNKNOWN)
if (lightmap->Type != ST_UNKNOWN)
{
float* luvs = lightmap->TexCoords;
int lindex = lightmap->LightmapNum;