mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
API changed
This commit is contained in:
parent
2503a2c27f
commit
2e5ac6683d
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ ceHandleHintRequest( CEAppGlobals* globals )
|
|||
XP_Bool draw;
|
||||
XP_ASSERT( !!globals->game.board );
|
||||
|
||||
draw = board_requestHint( globals->game.board, ¬Done );
|
||||
draw = board_requestHint( globals->game.board, 0, ¬Done );
|
||||
globals->hintPending = notDone;
|
||||
return draw;
|
||||
} /* ceHandleHintRequest */
|
||||
|
|
Loading…
Add table
Reference in a new issue