- restored old values for CHAN_... constants

https://forum.zdoom.org/viewtopic.php?t=66929
This commit is contained in:
alexey.lysiuk 2020-01-11 13:27:10 +02:00
parent b219580ff5
commit f9fa07dca5

View file

@ -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 {