diff options
| author | sD <stoned@derpymail.org> | 2019-12-21 21:32:02 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-21 21:32:02 +0100 |
| commit | ec70ac44a5943b9ceb866844cae00a6be0d88e5f (patch) | |
| tree | 279ea8d636396aa561fdd58917c5081dc60c8ae0 /webAO | |
| parent | fe15f578472c6f9f3e6f40b9bffd685795727871 (diff) | |
add todo preanim
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 1 |
1 files changed, 1 insertions, 0 deletions
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") { |
