- 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:
Randy Heit 2013-02-07 21:32:06 +00:00
commit afabf7e018
4 changed files with 11 additions and 0 deletions

View file

@ -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)