This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.42d in repository iortcw.
commit 594d44efdc27964dbc23f1f40b5fda4ce1387766 Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Mon Jan 20 22:08:17 2014 +0000 All: Change to full volume for AddRealLoopingSound (not used) in AL --- MP/code/client/snd_openal.c | 2 +- SP/code/client/snd_openal.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MP/code/client/snd_openal.c b/MP/code/client/snd_openal.c index 68ba042..c489fd3 100644 --- a/MP/code/client/snd_openal.c +++ b/MP/code/client/snd_openal.c @@ -1508,7 +1508,7 @@ S_AL_AddRealLoopingSound */ static void S_AL_AddRealLoopingSound(int entityNum, const vec3_t origin, const vec3_t velocity, const int range, sfxHandle_t sfx) { - S_AL_SrcLoop(SRCPRI_AMBIENT, sfx, origin, velocity, entityNum, 0); + S_AL_SrcLoop(SRCPRI_AMBIENT, sfx, origin, velocity, entityNum, 255); } /* diff --git a/SP/code/client/snd_openal.c b/SP/code/client/snd_openal.c index 52ea8f1..96c2c2c 100644 --- a/SP/code/client/snd_openal.c +++ b/SP/code/client/snd_openal.c @@ -1508,7 +1508,7 @@ S_AL_AddRealLoopingSound */ static void S_AL_AddRealLoopingSound(int entityNum, const vec3_t origin, const vec3_t velocity, const int range, sfxHandle_t sfx) { - S_AL_SrcLoop(SRCPRI_AMBIENT, sfx, origin, velocity, entityNum, 0); + S_AL_SrcLoop(SRCPRI_AMBIENT, sfx, origin, velocity, entityNum, 255); } /* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

