summaryrefslogtreecommitdiff
path: root/src/openal.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-10-28 01:55:11 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit7ef81cbc6e162f1fcced6b294f6a4cf880152aa4 (patch)
tree62dfa167d79a31b1c54b1fc27d1d8bab2b4c76d3 /src/openal.c
parentea23e5a1bbfa4109c3eae664b70268cb45ca48cc (diff)
More work on menus.
Diffstat (limited to 'src/openal.c')
-rw-r--r--src/openal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openal.c b/src/openal.c
index 6440e57..ee40968 100644
--- a/src/openal.c
+++ b/src/openal.c
@@ -730,7 +730,7 @@ void PlatSetEnviroment(unsigned int env_index, float reverb_mix)
void UpdateSoundFrequencies()
{
extern int SoundSwitchedOn;
- extern int TimeScale;
+/* extern int TimeScale; */
int i;
/* printf("FREQ UpdateSoundFreqncies()\n"); */