- fixed: Auto-COMPAT_SHORTTEX for IWADs must be set per IWAD, not in general
for Doom. - added autodetection of Harmony's IWAD. SVN r2022 (trunk)
This commit is contained in:
parent
c7ae1b585d
commit
2fb2c79887
5 changed files with 25 additions and 7 deletions
|
|
@ -196,7 +196,7 @@ void CheckCompatibility(MapData *map)
|
|||
FCompatValues *flags;
|
||||
|
||||
// When playing Doom IWAD levels force COMPAT_SHORTTEX.
|
||||
if (Wads.GetLumpFile(map->lumpnum) == 1 && gameinfo.gametype == GAME_Doom && !(level.flags & LEVEL_HEXENFORMAT))
|
||||
if (Wads.GetLumpFile(map->lumpnum) == 1 && (gameinfo.flags & GI_COMPATSHORTTEX) && !(level.flags & LEVEL_HEXENFORMAT))
|
||||
{
|
||||
ii_compatflags = COMPATF_SHORTTEX;
|
||||
ib_compatflags = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue