mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix for new API
This commit is contained in:
parent
3b7b4802a9
commit
55221c70b0
1 changed files with 2 additions and 1 deletions
|
@ -382,7 +382,8 @@ and_draw_objFinished( DrawCtx* dctx, BoardObjectType typ,
|
|||
}
|
||||
|
||||
static void
|
||||
and_draw_dictChanged( DrawCtx* dctx, const DictionaryCtxt* dict )
|
||||
and_draw_dictChanged( DrawCtx* dctx, XP_S16 playerNum,
|
||||
const DictionaryCtxt* dict )
|
||||
{
|
||||
AndDraw* draw = (AndDraw*)dctx;
|
||||
if ( NULL != draw->jdraw ) {
|
||||
|
|
Loading…
Reference in a new issue