Skip to content

Commit

Permalink
GNUChess.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Jan 13, 2025
1 parent 40779bf commit 4586ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/qtchess_communications.cc
Original file line number Diff line number Diff line change
Expand Up @@ -618,9 +618,9 @@ void qtchess_communications::slot_read_gnuchess_output(void)
{
chess ? chess->set_game_over(true) : (void) 0;
gui ? gui->show_game_over(WHITE) : (void) 0;
m_gnuchessData.clear();
}
else if(m_gnuchessData.contains("My move is : "))

if(m_gnuchessData.contains("My move is : "))
{
QString move("");
QStringList state;
Expand Down
1 change: 1 addition & 0 deletions TO-DO
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Completed Items

Remaining Items

- Undo a move if GNUChess declares it invalid.

0 comments on commit 4586ec4

Please sign in to comment.