mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
folloe board_requestHint signature change
This commit is contained in:
parent
21018e5199
commit
4d7df46fac
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ static XP_Bool
|
|||
handleHint( CursesAppGlobals* globals )
|
||||
{
|
||||
XP_Bool redo;
|
||||
globals->doDraw = board_requestHint( globals->cGlobals.game.board, &redo );
|
||||
globals->doDraw = board_requestHint( globals->cGlobals.game.board, 0, &redo );
|
||||
return XP_TRUE;
|
||||
} /* handleHint */
|
||||
|
||||
|
|
Loading…
Reference in a new issue