mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-16 17:11:03 +00:00
Rename snd_al.c to openal.c
This commit is contained in:
parent
1d6aaca68e
commit
78ce1e491c
3 changed files with 1 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -547,7 +547,7 @@ CLIENT_OBJS_ := \
|
|||
src/client/menu/menu.o \
|
||||
src/client/menu/qmenu.o \
|
||||
src/client/menu/videomenu.o \
|
||||
src/client/sound/snd_al.o \
|
||||
src/client/sound/openal.o \
|
||||
src/client/sound/snd_vorbis.o \
|
||||
src/client/sound/snd_wav.o \
|
||||
src/client/sound/sound.o \
|
||||
|
|
|
@ -204,8 +204,6 @@ void QAL_SoundInfo()
|
|||
Com_Printf("- %s\n", devs);
|
||||
}
|
||||
}
|
||||
|
||||
Com_Printf("\nNumber of sources: %d\n", s_numchannels);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue