mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-21 16:09:55 +00:00
wchess: basic chess rules
This commit is contained in:
@ -190,7 +190,7 @@ void WChess::run() {
|
||||
set_status(txt);
|
||||
}
|
||||
if (!command.empty()) {
|
||||
set_moves(m_board->processTranscription(command));
|
||||
set_moves(m_board->process(command));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user