From 5e1173baaa37a1665ccd20d65d516a6662d6d23f Mon Sep 17 00:00:00 2001 From: molivier Date: Wed, 13 Oct 2004 13:42:10 +0000 Subject: [PATCH] snd_dma.c -> snd_main.c git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4625 d7cf8633-e32d-0410-b094-e92efae38249 --- darkplaces.dev | 2 +- darkplaces.dsp | 2 +- makefile.inc | 2 +- snd_dma.c => snd_main.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename snd_dma.c => snd_main.c (99%) diff --git a/darkplaces.dev b/darkplaces.dev index 5d51b189..1c3f6b6a 100644 --- a/darkplaces.dev +++ b/darkplaces.dev @@ -1410,7 +1410,7 @@ OverrideBuildCmd=0 BuildCmd= [Unit139] -FileName=snd_dma.c +FileName=snd_main.c CompileCpp=0 Folder=Source Files Compile=1 diff --git a/darkplaces.dsp b/darkplaces.dsp index 7dd00d4d..d6482d8c 100644 --- a/darkplaces.dsp +++ b/darkplaces.dsp @@ -360,7 +360,7 @@ SOURCE=.\sbar.c # End Source File # Begin Source File -SOURCE=.\snd_dma.c +SOURCE=.\snd_main.c # End Source File # Begin Source File diff --git a/makefile.inc b/makefile.inc index 1da3a0c6..319ae4c1 100644 --- a/makefile.inc +++ b/makefile.inc @@ -18,7 +18,7 @@ CPUOPTIMIZATIONS= ##### Variables that you shouldn't care about ##### # Sound objects -OBJ_COMMONSOUND=snd_dma.o snd_mem.o snd_mix.o snd_ogg.o snd_wav.o +OBJ_COMMONSOUND=snd_main.o snd_mem.o snd_mix.o snd_ogg.o snd_wav.o OBJ_NOSOUND=snd_null.o # CD objects diff --git a/snd_dma.c b/snd_main.c similarity index 99% rename from snd_dma.c rename to snd_main.c index 73c55534..9e585899 100644 --- a/snd_dma.c +++ b/snd_main.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// snd_dma.c -- main control for any streaming sound output device +// snd_main.c -- main control for any streaming sound output device #include "quakedef.h" -- 2.39.2