Try TMap
This commit is contained in:
parent
81165facf2
commit
9e32e58c8f
11 changed files with 101 additions and 75 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue