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 c0667b48dc4bb8293b9c5aedaf819df3ad6be018
Author: m4n4t4...@gmail.com 
<m4n4t4...@gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a>
Date:   Sun May 4 13:54:17 2014 +0000

    All: Remove redundant failure mesage when unable to load OpenAL driver
---
 MP/code/client/snd_openal.c | 1 -
 SP/code/client/snd_openal.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/MP/code/client/snd_openal.c b/MP/code/client/snd_openal.c
index 668ddbb..890a6ef 100644
--- a/MP/code/client/snd_openal.c
+++ b/MP/code/client/snd_openal.c
@@ -2625,7 +2625,6 @@ qboolean S_AL_Init( soundInterface_t *si )
        // Load QAL
        if( !QAL_Init( s_alDriver->string ) )
        {
-               Com_Printf( "Failed to load library: \"%s\".\n", 
s_alDriver->string );
 #ifdef _WIN32
                if( !Q_stricmp( s_alDriver->string, ALDRIVER_DEFAULT ) && 
!QAL_Init( "OpenAL64.dll" ) ) {
 #else
diff --git a/SP/code/client/snd_openal.c b/SP/code/client/snd_openal.c
index a888adf..648c772 100644
--- a/SP/code/client/snd_openal.c
+++ b/SP/code/client/snd_openal.c
@@ -2664,7 +2664,6 @@ qboolean S_AL_Init( soundInterface_t *si )
        // Load QAL
        if( !QAL_Init( s_alDriver->string ) )
        {
-               Com_Printf( "Failed to load library: \"%s\".\n", 
s_alDriver->string );
 #ifdef _WIN32
                if( !Q_stricmp( s_alDriver->string, ALDRIVER_DEFAULT ) && 
!QAL_Init( "OpenAL64.dll" ) ) {
 #else

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/iortcw.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to