pod_dup(): duplicate also pieces list

This commit is contained in:
2021-11-15 11:23:37 +01:00
parent f0e1836f2f
commit a28cd5c492
5 changed files with 39 additions and 22 deletions

View File

@@ -21,6 +21,7 @@
typedef struct board_s {
piece_t piece;
piece_list_t *s_piece;
//struct list_head *s_piece;
} board_t; /* 0x88 board */
#define BOARDSIZE (8*8*2)