X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcommondsp.c;h=2839fc90afee454169b2e493e0eed1d979e0b76e;hb=cb401bf103d908c88d29446c44e6810505ed8563;hp=ac058ff5baaa1dd2bdee520e0d24ac48316427d3;hpb=7b9775370a639e7a26b5313d3d3b877864635562;p=gnushogi.git diff --git a/gnushogi/commondsp.c b/gnushogi/commondsp.c index ac058ff..2839fc9 100644 --- a/gnushogi/commondsp.c +++ b/gnushogi/commondsp.c @@ -1862,6 +1862,10 @@ InputCommand(char *command) { dsp->ChangeSearchDepth(sx + strlen("depth")); } + else if (strcmp(s, "sd") == 0) + { + dsp->ChangeSearchDepth(sx + strlen("sd")); + } else if (strcmp(s, "hashdepth") == 0) { dsp->ChangeHashDepth();