aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2019-12-26 18:58:46 +0100
committersD <stoned@derpymail.org>2019-12-26 18:58:46 +0100
commit5cdf61a2c53a7c0782fe026f0b19fdc13528df71 (patch)
treeb4fbfe3960484a1cc01c14d80bae1a89254f3074 /webAO
parent2a07690d7a49fb6f1f21f3d13d8cd25eee170cd5 (diff)
this is unnecessary now
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.js1
1 files changed, 0 insertions, 1 deletions
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";