This commit is contained in:
Ricardo Luís Vaz Silva 2024-02-13 17:54:07 -03:00 committed by Rachael Alexanderson
commit ad52e2cc1e
8 changed files with 128 additions and 59 deletions

View file

@ -611,8 +611,6 @@ void P_SetupLevel(FLevelLocals *Level, int position, bool newGame)
while ((ac = it.Next()))
{
ac->SetDynamicLights();
if (ac->IsKindOf(NAME_PathNode))
Level->PathNodes.Push(ac);
}
}