diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-10-28 01:55:11 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 7ef81cbc6e162f1fcced6b294f6a4cf880152aa4 (patch) | |
| tree | 62dfa167d79a31b1c54b1fc27d1d8bab2b4c76d3 /src/openal.c | |
| parent | ea23e5a1bbfa4109c3eae664b70268cb45ca48cc (diff) | |
More work on menus.
Diffstat (limited to 'src/openal.c')
| -rw-r--r-- | src/openal.c | 2 |
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"); */ |
