Added CHAN_LOOP to ZScript ESoundFlags enum

https://forum.zdoom.org/viewtopic.php?t=59417
This commit is contained in:
alexey.lysiuk 2018-02-20 10:51:12 +02:00
parent a3236aa7ef
commit 1bcbdf9fd1
1 changed files with 1 additions and 0 deletions

View File

@ -416,6 +416,7 @@ enum ESoundFlags
CHAN_MAYBE_LOCAL = 16,
CHAN_UI = 32,
CHAN_NOPAUSE = 64,
CHAN_LOOP = 256,
CHAN_PICKUP = (CHAN_ITEM|CHAN_MAYBE_LOCAL),
CHAN_NOSTOP = 4096