Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

Commit

Permalink
Mark these as dev messages
Browse files Browse the repository at this point in the history
  • Loading branch information
raynorpat committed Apr 2, 2018
1 parent f266e69 commit 7ce7b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_main/engine/snd_al.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ qboolean AL_Init (void)
}

s_numchannels = i;
Com_Printf("Preallocated %i OpenAL Channels\n", s_numchannels + 1);
Com_DPrintf("Preallocated %i OpenAL Channels\n", s_numchannels + 1);
AL_InitStreamSource ();

maxStreamBuffers = 0;
Expand Down Expand Up @@ -524,7 +524,7 @@ static void S_AL_AllocStreamBuffers(int numBuffers)

maxStreamBuffers = numBuffers;
currentStreamBuffer = 0;
Com_Printf("Preallocated %i OpenAL Stream Buffers\n", maxStreamBuffers);
Com_DPrintf("Preallocated %i OpenAL Stream Buffers\n", maxStreamBuffers);
}

static void S_AL_StreamUpdate(void)
Expand Down

0 comments on commit 7ce7b0d

Please sign in to comment.