From 82f6d477b6b848b507b6136ee19c87503086a24b Mon Sep 17 00:00:00 2001 From: Alex <93446519+AlexOn1ine@users.noreply.github.com> Date: Thu, 20 Feb 2025 17:03:01 +0100 Subject: [PATCH] Fix padding amount in MoveInfo (#6307) --- include/move.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/move.h b/include/move.h index d5f14078d6..5537840703 100644 --- a/include/move.h +++ b/include/move.h @@ -106,7 +106,7 @@ struct MoveInfo bool32 sketchBanned:1; //Other bool32 validApprenticeMove:1; - u32 padding:18; + u32 padding:3; // end of word union {