mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
- restored old values for CHAN_... constants
https://forum.zdoom.org/viewtopic.php?t=66929
This commit is contained in:
parent
b219580ff5
commit
f9fa07dca5
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@
|
|||
enum
|
||||
{
|
||||
// Sound channel aliases for sound sequences.
|
||||
CHAN_CEILING = CHAN_WEAPON,
|
||||
CHAN_FLOOR = CHAN_VOICE,
|
||||
CHAN_INTERIOR = CHAN_ITEM,
|
||||
CHAN_FULLHEIGHT = CHAN_BODY,
|
||||
CHAN_FLOOR = CHAN_WEAPON,
|
||||
CHAN_CEILING = CHAN_VOICE,
|
||||
CHAN_FULLHEIGHT = CHAN_ITEM,
|
||||
CHAN_INTERIOR = CHAN_BODY,
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Reference in a new issue