- Force node building for garrison.wad from The Master Levels so that the teleporter to the
red key won't leave you in the ground. SVN r4071 (trunk)
This commit is contained in:
parent
6e3d784c50
commit
afabf7e018
4 changed files with 11 additions and 0 deletions
|
|
@ -3607,6 +3607,10 @@ void P_SetupLevel (char *lumpname, int position)
|
|||
level.maptype = MAPTYPE_UDMF;
|
||||
}
|
||||
CheckCompatibility(map);
|
||||
if (ib_compatflags & BCOMPATF_REBUILDNODES)
|
||||
{
|
||||
ForceNodeBuild = true;
|
||||
}
|
||||
T_LoadScripts(map);
|
||||
|
||||
if (!map->HasBehavior || map->isText)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue