diff options
author | McCabe Maxsted | 2010-08-03 11:48:16 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:47:19 -0700 |
commit | a99d043e70c9beb19c3e86ba53d5af12abfea978 (patch) | |
tree | 3c0bd8b268d3df683fee75b0569894b26e34f076 /linden/indra/llaudio/audioengine.h | |
parent | SG1.4: fix ressource waste in non-wl sky rendering (diff) | |
download | meta-impy-a99d043e70c9beb19c3e86ba53d5af12abfea978.zip meta-impy-a99d043e70c9beb19c3e86ba53d5af12abfea978.tar.gz meta-impy-a99d043e70c9beb19c3e86ba53d5af12abfea978.tar.bz2 meta-impy-a99d043e70c9beb19c3e86ba53d5af12abfea978.tar.xz |
Scratching an ooooold itch: added 'Gestures' slider and mute button to the audio controls
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llaudio/audioengine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llaudio/audioengine.h b/linden/indra/llaudio/audioengine.h index e990eb7..e46091c 100644 --- a/linden/indra/llaudio/audioengine.h +++ b/linden/indra/llaudio/audioengine.h | |||
@@ -93,7 +93,8 @@ public: | |||
93 | AUDIO_TYPE_SFX = 1, | 93 | AUDIO_TYPE_SFX = 1, |
94 | AUDIO_TYPE_UI = 2, | 94 | AUDIO_TYPE_UI = 2, |
95 | AUDIO_TYPE_AMBIENT = 3, | 95 | AUDIO_TYPE_AMBIENT = 3, |
96 | AUDIO_TYPE_COUNT = 4 // last | 96 | AUDIO_TYPE_GESTURE = 4, |
97 | AUDIO_TYPE_COUNT = 5 // last | ||
97 | }; | 98 | }; |
98 | 99 | ||
99 | LLAudioEngine(); | 100 | LLAudioEngine(); |