From ba64d4388997a8fb02e6de17ebad623f6948a632 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Mon, 30 Mar 2026 20:15:15 +0300 Subject: Add automatic mode to anim() --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index a2c97dd..463d325 100644 --- a/config.h +++ b/config.h @@ -4,6 +4,8 @@ #define COST_ORTHOGONAL 10 #define COST_DIAGONAL 14 /* sqrt(2) * 10 */ +#define ANIM_DELAY_USEC 10*1000 + /* The characters that represent different tiles. * Some have two characters -- that's because of the rendering trick where we * use two characters back-to-back so they look like a square. */ -- cgit v1.2.3