[gnome-chess] Always send random command to CECP engines
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Always send random command to CECP engines
- Date: Sun, 28 Jul 2013 02:20:33 +0000 (UTC)
commit af0452be1fcf90415c0ceed59d76624c5d193db3
Author: Michael Catanzaro <mike catanzaro gmail com>
Date: Sat Jul 27 21:16:34 2013 -0500
Always send random command to CECP engines
https://bugzilla.gnome.org/show_bug.cgi?id=703950
src/chess-engine-cecp.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/chess-engine-cecp.vala b/src/chess-engine-cecp.vala
index 13acd22..22b28b6 100644
--- a/src/chess-engine-cecp.vala
+++ b/src/chess-engine-cecp.vala
@@ -24,6 +24,7 @@ public class ChessEngineCECP : ChessEngine
private void start_cb ()
{
write_line ("xboard");
+ write_line ("random");
foreach (var o in options)
write_line (o);
ready = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]