aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-10-02 15:29:01 -0700
committerChris Robinson <[email protected]>2019-10-02 15:29:01 -0700
commita35cac7ce0efcac1ffd4af41de8456eed99dba0e (patch)
treec361420307872910dc31d553d9c915a87f1f4afd
parent4620912f0ffef7bde9629377f38f75065c0c8bba (diff)
Rename mixvoice.cpp to voice.cpp
-rw-r--r--CMakeLists.txt2
-rw-r--r--alc/voice.cpp (renamed from alc/mixvoice.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5180504f..46fb692a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -625,13 +625,13 @@ SET(ALC_OBJS
alc/logging.h
alc/mastering.cpp
alc/mastering.h
- alc/mixvoice.cpp
alc/panning.cpp
alc/ringbuffer.cpp
alc/ringbuffer.h
alc/uhjfilter.cpp
alc/uhjfilter.h
alc/uiddefs.cpp
+ alc/voice.cpp
alc/mixer/defs.h
alc/mixer/hrtfbase.h
alc/mixer/mixer_c.cpp
diff --git a/alc/mixvoice.cpp b/alc/voice.cpp
index d6be174e..d6be174e 100644
--- a/alc/mixvoice.cpp
+++ b/alc/voice.cpp