From 5cdf61a2c53a7c0782fe026f0b19fdc13528df71 Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 26 Dec 2019 18:58:46 +0100 Subject: this is unnecessary now --- webAO/client.js | 1 - 1 file changed, 1 deletion(-) (limited to 'webAO') diff --git a/webAO/client.js b/webAO/client.js index fa3f2dd..f9cdc52 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1415,7 +1415,6 @@ class Viewport { document.getElementById("client_gamewindow").style.animation = "shake 0.2s 1"; } else if (this.chatmsg.flash === "1") { // Flash screen - background.style.backgroundColor = "white"; this.sfxaudio.pause(); this.sfxplayed = 1; this.sfxaudio.src = AO_HOST + "sounds/general/sfx-realization.wav"; -- cgit