- fixed: TNT MAP30 needs the stairbuilding compatibility option.

SVN r2315 (trunk)
This commit is contained in:
Christoph Oelckers 2010-05-12 06:54:59 +00:00
commit 68fa08ca52
3 changed files with 3 additions and 1 deletions

View file

@ -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;
}