Merge branch 'master' into new_level_refactor

This commit is contained in:
Christoph Oelckers 2019-01-30 22:03:21 +01:00
commit 0eb3b2abca
4 changed files with 1 additions and 5 deletions

View file

@ -78,8 +78,6 @@ CUSTOM_CVAR (Bool, gl_lights, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOIN
}
}
CVAR (Bool, gl_attachedlights, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG);
//==========================================================================
//
//==========================================================================
@ -863,6 +861,7 @@ void FLevelLocals::RecreateAllAttachedLights()
if (a->IsKindOf(NAME_DynamicLight))
{
::AttachLight(a);
::ActivateLight(a);
}
else
{