Rename snd_al.c to openal.c

This commit is contained in:
Yamagi Burmeister 2013-04-21 11:18:32 +02:00
parent 1d6aaca68e
commit 78ce1e491c
3 changed files with 1 additions and 3 deletions

View file

@ -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 \

View file

@ -204,8 +204,6 @@ void QAL_SoundInfo()
Com_Printf("- %s\n", devs);
}
}
Com_Printf("\nNumber of sources: %d\n", s_numchannels);
}
/*