Fix padding amount in MoveInfo (#6307)

This commit is contained in:
Alex 2025-02-20 17:03:01 +01:00 committed by GitHub
parent 750098d5c9
commit 82f6d477b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,7 @@ struct MoveInfo
bool32 sketchBanned:1;
//Other
bool32 validApprenticeMove:1;
u32 padding:18;
u32 padding:3;
// end of word
union {