mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Rename snd_wav.c to wave.c to get in line with other files
This commit is contained in:
parent
84020e4d8e
commit
3ac88e1bda
2 changed files with 1 additions and 1 deletions
2
Makefile
2
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 \
|
||||
|
|
Loading…
Reference in a new issue