src/chess/rules.h

changeset 41
a8346dcf7bbf
parent 40
47162a7621da
child 47
d726e4b46c33
     1.1 --- a/src/chess/rules.h	Wed Apr 16 21:16:05 2014 +0200
     1.2 +++ b/src/chess/rules.h	Wed Apr 16 21:46:34 2014 +0200
     1.3 @@ -81,10 +81,10 @@
     1.4      uint8_t tofile;
     1.5      uint8_t torow;
     1.6      uint8_t promotion;
     1.7 +    uint8_t check;
     1.8 +    uint8_t capture;
     1.9      struct movetimeval timestamp;
    1.10      struct movetimeval movetime;
    1.11 -    uint8_t check;
    1.12 -    uint8_t capture;
    1.13  } Move;
    1.14  
    1.15  typedef struct MoveList MoveList;

mercurial