From ec70ac44a5943b9ceb866844cae00a6be0d88e5f Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 21 Dec 2019 21:32:02 +0100 Subject: add todo preanim --- webAO/client.js | 1 + 1 file changed, 1 insertion(+) (limited to 'webAO') diff --git a/webAO/client.js b/webAO/client.js index 8705aaa..3367eee 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1284,6 +1284,7 @@ class Viewport { this.chatmsg.startpreanim = true; } + // TODO: preanims sometimes play when they're not supposed to if (this.textTimer >= this.shoutTimer && this.chatmsg.startpreanim) { // Effect stuff if (this.chatmsg.flash === "2") { -- cgit