aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-06-01 18:20:01 +0200
committersD <stoned@derpymail.org>2020-06-01 18:20:01 +0200
commitd333a6c3b163d74c62009a36e74f0061416f1862 (patch)
treec9f7c374d8e919ee2e13c905b3ed5fc082785a93 /webAO/client.js
parent47f7a1b740e2f280cb85b6a1c239d02f57bc5f59 (diff)
redundant bg change
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 1b7684d..9207a1a 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1767,7 +1767,7 @@ async changeBackground(position) {
*
* 3 preanimdelay over
* this animates the evidence popup and finally shows the character name and message box
- * it sets the text color , changes the background (again TODO) and sets the character speaking sprite
+ * it sets the text color and the character speaking sprite
*
* 4 textnow != content
* this adds a character to the textbox and stops the animations if the entire message is present in the textbox
@@ -1861,7 +1861,6 @@ async changeBackground(position) {
if (this.chatmsg.preanimdelay === 0) {
shoutSprite.style.opacity = 0;
shoutSprite.style.animation = "";
- this.changeBackground(this.chatmsg.side);
}
if (extrafeatures.includes("cccc_ic_support")) {