From 068f0420a89aaa084a3831371acbc772306a0106 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sat, 11 Jan 2020 13:27:10 +0200 Subject: [PATCH] - restored old values for CHAN_... constants https://forum.zdoom.org/viewtopic.php?t=66929 --- src/sound/s_sndseq.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sound/s_sndseq.h b/src/sound/s_sndseq.h index 754f5454b..0e3024dde 100644 --- a/src/sound/s_sndseq.h +++ b/src/sound/s_sndseq.h @@ -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 {