]> git.sesse.net Git - remoteglot/blobdiff - Engine.pm
Inform the engine if we have a Chess960 game.
[remoteglot] / Engine.pm
index 6ec914fb42c8bf7e98909d36e9c5a7aebf1fad4a..c46b4a8d313f3adfdcd9ac8a7e9301c0a5dd6f85 100644 (file)
--- a/Engine.pm
+++ b/Engine.pm
@@ -30,6 +30,7 @@ sub open {
                cb => $cb,
                seen_uciok => 0,
                stopping => 0,
+               chess960 => 0,
        };
 
        print $uciwrite "uci\n";