]> git.sesse.net Git - remoteglot/blobdiff - Engine.pm
Fix another Chess960 Chess.js issue.
[remoteglot] / Engine.pm
index c364ae5daff3a800082d5abb00c3d5cdc43a41b4..c46b4a8d313f3adfdcd9ac8a7e9301c0a5dd6f85 100644 (file)
--- a/Engine.pm
+++ b/Engine.pm
@@ -29,6 +29,8 @@ sub open {
                ev => $ev,
                cb => $cb,
                seen_uciok => 0,
+               stopping => 0,
+               chess960 => 0,
        };
 
        print $uciwrite "uci\n";