mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
- Added channel flags for PlaySound to zdefs.acs.
SVN r4312 (trunk)
This commit is contained in:
parent
f6d82abbdb
commit
436e6e33a8
1 changed files with 7 additions and 0 deletions
|
@ -684,6 +684,13 @@
|
|||
#define CHAN_ITEM 3
|
||||
#define CHAN_BODY 4
|
||||
|
||||
// Modifier flags for PlaySound
|
||||
|
||||
#define CHAN_LISTENERZ 8
|
||||
#define CHAN_MAYBE_LOCAL 16
|
||||
#define CHAN_UI 32
|
||||
#define CHAN_NOPAUSE 64
|
||||
|
||||
// Standard attenuation values for PlaySound
|
||||
|
||||
#define ATTN_NONE 0 // full volume the entire level
|
||||
|
|
Loading…
Reference in a new issue