mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- 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:
parent
44a9c75b6b
commit
c4b7335312
2 changed files with 1 additions and 2 deletions
|
@ -1542,6 +1542,7 @@ public:
|
|||
isTranslated = false;
|
||||
break;
|
||||
case NAME_ZDoomTranslated:
|
||||
level.flags2 |= LEVEL2_DUMMYSWITCHES;
|
||||
namespace_bits = Zdt;
|
||||
break;
|
||||
case NAME_Vavoom:
|
||||
|
|
|
@ -3,8 +3,6 @@ include "xlat/doom.txt"
|
|||
maxlinespecial = 272;
|
||||
|
||||
|
||||
sector bitmask 0xffe0 clear;
|
||||
|
||||
sector 15 = 0;
|
||||
sector 17 = 0;
|
||||
sector 18 = 0;
|
||||
|
|
Loading…
Reference in a new issue