From 3ac88e1bdafffb5b2d36d4802c6de716197538ef Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Sun, 21 Apr 2013 11:32:20 +0200 Subject: [PATCH] Rename snd_wav.c to wave.c to get in line with other files --- Makefile | 2 +- src/client/sound/{snd_wav.c => wave.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/client/sound/{snd_wav.c => wave.c} (100%) diff --git a/Makefile b/Makefile index b9a7f7d3..4c82a658 100644 --- a/Makefile +++ b/Makefile @@ -549,8 +549,8 @@ CLIENT_OBJS_ := \ src/client/menu/videomenu.o \ src/client/sound/ogg.o \ src/client/sound/openal.o \ - src/client/sound/snd_wav.o \ src/client/sound/sound.o \ + src/client/sound/wave.o \ src/common/argproc.o \ src/common/clientserver.o \ src/common/collision.o \ diff --git a/src/client/sound/snd_wav.c b/src/client/sound/wave.c similarity index 100% rename from src/client/sound/snd_wav.c rename to src/client/sound/wave.c