mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +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_BLOCKSIGHT,
|
||||
ML_BLOCKHITSCAN,
|
||||
ML_SOUNDBLOCK,
|
||||
-1
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue