X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Feval.c;h=ac3404ad87d26c9a24149d9d25edf4353fdf973a;hb=9da823015c78c8e9131cf76f14598a1071d29192;hp=569b99766325fb512b48f82a9bd25ce7445c0856;hpb=68871eead44429bb60b11bca55de79f59aeccef3;p=gnushogi.git diff --git a/gnushogi/eval.c b/gnushogi/eval.c index 569b997..ac3404a 100644 --- a/gnushogi/eval.c +++ b/gnushogi/eval.c @@ -32,9 +32,6 @@ #include "gnushogi.h" #include "pattern.h" -extern void -ShowStage(void); - /* Hash table for preventing multiple scoring of the same position */ int EADD = 0; /* number of writes to the cache table */ @@ -2138,7 +2135,7 @@ UpdatePatterns(short side, short GameCnt) } if (flag.post) - ShowPatternCount(side, n); + dsp->ShowPatternCount(side, n); if (os != END_OF_SEQUENCES) update_advance_bonus(side, os); @@ -2530,8 +2527,8 @@ DetermineGameType(short side_to_move) } else { - ShowPatternCount(black, -1); - ShowPatternCount(white, -1); + dsp->ShowPatternCount(black, -1); + dsp->ShowPatternCount(white, -1); } } @@ -2708,7 +2705,7 @@ DetermineStage(short side) stage = 0; if (flag.post) - ShowStage(); + dsp->ShowStage(); /* Determine stage dependant weights */