This commit is contained in:
Gene 2025-04-07 04:21:35 -07:00
commit 9e32e58c8f
11 changed files with 101 additions and 75 deletions

View file

@ -623,8 +623,8 @@ void G_InitNew (const char *mapname, bool bTitleLevel)
primaryLevel->totaltime = 0;
primaryLevel->spawnindex = 0;
primaryLevel->lightlists.wall_dlist.clear();
primaryLevel->lightlists.flat_dlist.clear();
primaryLevel->lightlists.wall_dlist.Clear();
primaryLevel->lightlists.flat_dlist.Clear();
if (!multiplayer || !deathmatch)
{