Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami committed Nov 20, 2024
1 parent 5be9a3c commit 25a72ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/position.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,8 @@ string Position::fen(bool sfen, bool showPromoted, int countStarted, std::string


/// Position::fog_fen() returns a Fog of War (dark chess) FEN representation
/// of the position. Squares where current player can't move (from or to) are
/// filled with NO_PIECE (wall squares)
/// of the position. Squares where current player can't move to are filled with
/// NO_PIECE (wall squares)

string Position::fog_fen(bool sfen, bool showPromoted, int countStarted, std::string holdings) {
Color us = sideToMove;
Expand Down

0 comments on commit 25a72ba

Please sign in to comment.