Skip to content

Commit

Permalink
Cleanup some output lines
Browse files Browse the repository at this point in the history
  • Loading branch information
xLAva committed Jan 7, 2014
1 parent 2b6f393 commit b2d8686
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions code/client/snd_dma.cpp
Expand Up @@ -436,9 +436,10 @@ void S_Init( void ) {
if (alcGetError(ALCDevice) != ALC_NO_ERROR)
return;

printf("OpenAL vendor string: %s\n", alGetString(AL_VENDOR));
printf("OpenAL renderer string: %s\n", alGetString(AL_RENDERER));
printf("OpenAL version string: %s\n", alGetString(AL_VERSION));

ri.Printf( PRINT_ALL, "OpenAL vendor string: %s\n", alGetString(AL_VENDOR));
ri.Printf( PRINT_ALL, "OpenAL renderer string: %s\n", alGetString(AL_RENDERER));
ri.Printf( PRINT_ALL, "OpenAL version string: %s\n", alGetString(AL_VERSION));


s_soundStarted = 1;
Expand Down

0 comments on commit b2d8686

Please sign in to comment.