aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-03-16 06:49:35 -0700
committerChris Robinson <[email protected]>2016-03-16 06:49:35 -0700
commit55ff0c143e67ceccd46f3d2ca24e9f6fd4d4884c (patch)
tree9855deb7fa0dc080c908d8605bebea663c50e32b /Alc/ALc.c
parenta3863d5834d5d21edf2e2aa9c42a3bdb44c25b51 (diff)
Rename the BFormat channels to Aux
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index ffb20442..f22cb7c1 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1488,10 +1488,10 @@ void SetDefaultWFXChannelOrder(ALCdevice *device)
device->RealOut.ChannelName[7] = SideRight;
break;
case DevFmtBFormat3D:
- device->RealOut.ChannelName[0] = BFormatW;
- device->RealOut.ChannelName[1] = BFormatX;
- device->RealOut.ChannelName[2] = BFormatY;
- device->RealOut.ChannelName[3] = BFormatZ;
+ device->RealOut.ChannelName[0] = Aux0;
+ device->RealOut.ChannelName[1] = Aux1;
+ device->RealOut.ChannelName[2] = Aux2;
+ device->RealOut.ChannelName[3] = Aux3;
break;
}
}