Rename forceLightmaps to forceEnableLightmaps

This commit is contained in:
RaveYard 2024-05-22 12:07:42 +02:00
commit 33c705863c
4 changed files with 5 additions and 5 deletions

View file

@ -3208,7 +3208,7 @@ void MapLoader::LoadLevel(MapData *map, const char *lumpname, int position)
Level->SunColor = gameinfo.defaultSunColor;
Level->SunDirection = gameinfo.defaultSunDirection;
Level->LightmapSampleDistance = gameinfo.defaultLightmapSampleDistance;
Level->lightmaps = gameinfo.forceLightmaps;
Level->lightmaps = gameinfo.forceEnableLightmaps;
// note: most of this ordering is important
ForceNodeBuild = gennodes;