mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- added constants for sound channels 5-7.
This commit is contained in:
parent
6b26b710b8
commit
94c4f38c58
1 changed files with 4 additions and 1 deletions
|
@ -221,7 +221,10 @@ enum
|
|||
CHAN_VOICE = 2,
|
||||
CHAN_ITEM = 3,
|
||||
CHAN_BODY = 4,
|
||||
|
||||
CHAN_5 = 5,
|
||||
CHAN_6 = 6,
|
||||
CHAN_7 = 7,
|
||||
|
||||
// modifier flags
|
||||
CHAN_LISTENERZ = 8,
|
||||
CHAN_MAYBE_LOCAL = 16,
|
||||
|
|
Loading…
Reference in a new issue