From 2761f8a533e2b025f209222a1e4ec70b91c7e8ee Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 7 Jul 2026 23:37:41 +0530 Subject: thread spawning from the uci settings & best move & ponder is now sent uci setup is ALMOST done, i can sense it --- src/uci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/uci.c') diff --git a/src/uci.c b/src/uci.c index 9e3c8c7..fa9bf86 100644 --- a/src/uci.c +++ b/src/uci.c @@ -97,6 +97,7 @@ void *uci(void *_com) { "", &com->state.uci_setpositionvalue ); + atomic_store(&com->uci_state_initialized, 1); ucicmd cmd = ucicmd_init(); size_t n; -- cgit v1.2.3