summaryrefslogtreecommitdiff
path: root/src/openal.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-12-07 00:00:39 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit790a20ef7ca9fbb88129380f5e96fa23fb13447e (patch)
tree0b0afe8f4a3a56e27aabddba37f3c9cedcd3c39c /src/openal.c
parentbdb3cff6fdc8675fd38f26930181ebad8c8bbef5 (diff)
Silenced most of the debug messages.
Vidmode changing should work now.
Diffstat (limited to 'src/openal.c')
-rw-r--r--src/openal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openal.c b/src/openal.c
index 97ca8e2..dea3f83 100644
--- a/src/openal.c
+++ b/src/openal.c
@@ -727,7 +727,9 @@ void InitialiseBaseFrequency(SOUNDINDEX soundNum)
void PlatSetEnviroment(unsigned int env_index, float reverb_mix)
{
+/*
printf("PlatSetEnvironment(%d, %f)\n", env_index, reverb_mix);
+*/
}
void UpdateSoundFrequencies()