mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 20:40:30 +00:00
31 lines
330 B
Text
31 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
|
||
|
}
|
||
|
|