- fixed: UDMF's Doom namespace needs to retain Boom's sector special flags.

- fixed: UDMF's ZDoomTranslated namespace needs to set the DUMMYSWITCHES flag so that it remains compatible with Doom-format ZDoom maps.


SVN r4325 (trunk)
This commit is contained in:
Christoph Oelckers 2013-06-03 07:14:42 +00:00
parent 44a9c75b6b
commit c4b7335312
2 changed files with 1 additions and 2 deletions

View file

@ -1542,6 +1542,7 @@ public:
isTranslated = false;
break;
case NAME_ZDoomTranslated:
level.flags2 |= LEVEL2_DUMMYSWITCHES;
namespace_bits = Zdt;
break;
case NAME_Vavoom:

View file

@ -3,8 +3,6 @@ include "xlat/doom.txt"
maxlinespecial = 272;
sector bitmask 0xffe0 clear;
sector 15 = 0;
sector 17 = 0;
sector 18 = 0;