- fixed: TNT MAP30 needs the stairbuilding compatibility option.
SVN r2315 (trunk)
This commit is contained in:
parent
69861688dc
commit
68fa08ca52
3 changed files with 3 additions and 1 deletions
|
|
@ -258,6 +258,7 @@ void CheckCompatibility(MapData *map)
|
|||
if (Wads.GetLumpFile(map->lumpnum) == 1 && (gameinfo.flags & GI_COMPATSHORTTEX) && !(level.flags & LEVEL_HEXENFORMAT))
|
||||
{
|
||||
ii_compatflags = COMPATF_SHORTTEX;
|
||||
if (gameinfo.flags & GI_COMPATSHORTTEX) ii_compatflags |= COMPATF_STAIRINDEX;
|
||||
ib_compatflags = 0;
|
||||
ii_compatparams = -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue