Wed, 16 Apr 2014 21:46:34 +0200
faced struct alignment problems
src/chess/rules.h | file | annotate | diff | comparison | revisions | |
src/network.h | file | annotate | diff | comparison | revisions |
--- a/src/chess/rules.h Wed Apr 16 21:16:05 2014 +0200 +++ b/src/chess/rules.h Wed Apr 16 21:46:34 2014 +0200 @@ -81,10 +81,10 @@ uint8_t tofile; uint8_t torow; uint8_t promotion; + uint8_t check; + uint8_t capture; struct movetimeval timestamp; struct movetimeval movetime; - uint8_t check; - uint8_t capture; } Move; typedef struct MoveList MoveList;