Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- restored old values for CHAN_... constants
  • Loading branch information
alexey-lysiuk committed Jan 11, 2020
1 parent b219580 commit f9fa07d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sound/s_sndseq.h
Expand Up @@ -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 {
Expand Down

0 comments on commit f9fa07d

Please sign in to comment.