gzdoom-gles/wadsrc/sectorx.txt
Christoph Oelckers 753f280e04 - Moved the sector type translation for Doom format maps into a simple lump
in zdoom.pk3.
- Changed Line_SetIdentification so that the fifth arg is a high-byte for the line ID.


SVN r361 (trunk)
2006-10-25 16:21:08 +00:00

30 lines
330 B
Text

9: 1024 // this is done before masking out the Boom bits.
ifdoom
{
boommask 0xfe0, 3
[1,20] : 65
[21,40] : 1
}
ifheretic
{
boommask 0xfc0, 3
[1,19] : 65
[20,40] :225
5 : 82
16 : 83
4 : 84
}
ifstrife
{
boommask 0xfe0, 3
[1,20] : 65
[21,40] : 1
[4,5] : 104
[15,16] : 115
18: 118
}