mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-14 08:30:49 +00:00
- added BLOCKF_SOUND to flag list supported by Line_SetBlocking,
This commit is contained in:
parent
1d759283c0
commit
a75e65a3d8
1 changed files with 1 additions and 0 deletions
|
@ -2587,6 +2587,7 @@ FUNC(LS_Line_SetBlocking)
|
||||||
ML_BLOCKUSE,
|
ML_BLOCKUSE,
|
||||||
ML_BLOCKSIGHT,
|
ML_BLOCKSIGHT,
|
||||||
ML_BLOCKHITSCAN,
|
ML_BLOCKHITSCAN,
|
||||||
|
ML_SOUNDBLOCK,
|
||||||
-1
|
-1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue