- 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
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: