mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
new param to figureMoveScore
This commit is contained in:
parent
413234c05f
commit
f6d4ea8e6a
1 changed files with 1 additions and 1 deletions
|
@ -945,7 +945,7 @@ considerScoreWordHasBlanks( EngineCtxt* engine, XP_U16 blanksLeft,
|
|||
score = figureMoveScore( engine->model,
|
||||
&posmove->moveInfo,
|
||||
engine, (XWStreamCtxt*)NULL,
|
||||
XP_TRUE, (WordNotifierInfo*)NULL );
|
||||
XP_TRUE, (WordNotifierInfo*)NULL, NULL );
|
||||
|
||||
/* First, check that the score is even what we're interested in. If
|
||||
it is, then go to the expense of filling in a PossibleMove to be
|
||||
|
|
Loading…
Reference in a new issue