AStar
This commit is contained in:
parent
3348822390
commit
ad52e2cc1e
8 changed files with 128 additions and 59 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue