fix for new API

This commit is contained in:
Andy2 2011-04-03 21:51:51 -07:00
parent 3b7b4802a9
commit 55221c70b0

View file

@ -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 ) {