fixed permissions of fields
This commit is contained in:
parent
c758d1854f
commit
3a2988d351
@ -23,7 +23,7 @@ enum CastleRights {
|
||||
};
|
||||
|
||||
class Board {
|
||||
public: // make this private after debugging
|
||||
private:
|
||||
int squares[64] = {Piece::None};
|
||||
Colour turn;
|
||||
int castle_rights;
|
||||
|
Loading…
x
Reference in New Issue
Block a user