diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 20:20:24 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 20:20:24 +0100 |
| commit | 39882cba4412b1c033dd6e0988a5e2d96ec9f072 (patch) | |
| tree | e21f20fd2062f4cabcef8161d47ebe1a7b07c38c /webAO | |
| parent | ce9780b32e22d578881ff86b42324c27d8df3559 (diff) | |
the single blip was unused
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webAO/client.js b/webAO/client.js index 826698b..f0a74d8 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1177,9 +1177,6 @@ class Viewport { "cyan" ]; - this.blip = new Audio(AO_HOST + "sounds/general/sfx-blipmale.wav"); - this.blip.volume = 0.5; - // Allocate multiple blip audio channels to make blips less jittery this.blipChannels = new Array(6); |
