fixed permissions of fields

This commit is contained in:
Karma Riuk 2025-02-02 14:53:17 +01:00
parent c758d1854f
commit 3a2988d351

View File

@ -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;