mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 23:54:17 +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
|
enum
|
||||||
{
|
{
|
||||||
// Sound channel aliases for sound sequences.
|
// Sound channel aliases for sound sequences.
|
||||||
CHAN_CEILING = CHAN_WEAPON,
|
CHAN_FLOOR = CHAN_WEAPON,
|
||||||
CHAN_FLOOR = CHAN_VOICE,
|
CHAN_CEILING = CHAN_VOICE,
|
||||||
CHAN_INTERIOR = CHAN_ITEM,
|
CHAN_FULLHEIGHT = CHAN_ITEM,
|
||||||
CHAN_FULLHEIGHT = CHAN_BODY,
|
CHAN_INTERIOR = CHAN_BODY,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Reference in a new issue