As the search of Shamax does not distinguish checkmate and stalemate, it
could never be triggered.
16/1/2010 Fixed bug in Shatranj result claims.
Flip eval sign when side-to-move changes through WB color command.
+17/1/2010 Removed Shatranj stalemate claim again, as it was never triggered.
printf("1-0 {Bare King}\n");\r
return 5;\r
}\r
- if(cnt>-I+1 && K==0 && L==0) {\r
- if (s == WHITE)\r
- printf("0-1 {Stalemate}\n");\r
- else\r
- printf("1-0 {Stalemate}\n");\r
- return 2;\r
- }\r
#else\r
if(cnt>-I+1 && K==0 && L==0) {\r
printf("1/2-1/2 {Stalemate}\n");\r