From b4792936dbad3999a837249b5787ea10865a9867 Mon Sep 17 00:00:00 2001 From: yukirij Date: Sun, 1 Sep 2024 16:46:38 -0700 Subject: [PATCH] Fix animation ghosting. --- www/js/interface.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/js/interface.js b/www/js/interface.js index d07413f..a0c9fe4 100644 --- a/www/js/interface.js +++ b/www/js/interface.js @@ -1126,6 +1126,7 @@ const INTERFACE = { target = null; } } else { + play = null; GAME_DATA.process(play); } INTERFACE_DATA.replay_turn++;