From 39882cba4412b1c033dd6e0988a5e2d96ec9f072 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 15 Feb 2020 20:20:24 +0100 Subject: the single blip was unused --- webAO/client.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'webAO') 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); -- cgit