mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 08:51:53 +00:00
Added constants for sound channels 5-7
This commit is contained in:
parent
883fcf50b1
commit
5441e38b91
1 changed files with 3 additions and 0 deletions
|
@ -691,6 +691,9 @@
|
|||
#define CHAN_VOICE 2
|
||||
#define CHAN_ITEM 3
|
||||
#define CHAN_BODY 4
|
||||
#define CHAN_5 5
|
||||
#define CHAN_6 6
|
||||
#define CHAN_7 7
|
||||
|
||||
// Modifier flags for PlaySound
|
||||
|
||||
|
|
Loading…
Reference in a new issue