Add animation to auto replay.

This commit is contained in:
yukirij 2024-08-26 16:33:40 -07:00
parent 7ccea94dc6
commit e56e461d49

View File

@ -1124,7 +1124,7 @@ const INTERFACE = {
},
replay_auto() {
if(INTERFACE_DATA.replay_auto) {
INTERFACE.replay_jump(INTERFACE_DATA.replay_turn + 1);
INTERFACE.replay_jump(INTERFACE_DATA.replay_turn + 1, true);
setTimeout(INTERFACE.replay_auto, 1000);
}
},