mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 04:50:26 +00:00
753f280e04
in zdoom.pk3. - Changed Line_SetIdentification so that the fifth arg is a high-byte for the line ID. SVN r361 (trunk)
30 lines
330 B
Text
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
|
|
}
|
|
|