mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
add assert that would have helped
This commit is contained in:
parent
d66e74a301
commit
d1e8b95843
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ destroyGI( MPFORMAL CurGameInfo** gip )
|
|||
static void
|
||||
loadCommonPrefs( JNIEnv* env, CommonPrefs* cp, jobject j_cp )
|
||||
{
|
||||
XP_ASSERT( !!j_cp );
|
||||
cp->showBoardArrow = getBool( env, j_cp, "showBoardArrow" );
|
||||
cp->showRobotScores = getBool( env, j_cp, "showRobotScores" );
|
||||
cp->hideTileValues = getBool( env, j_cp, "hideTileValues" );
|
||||
|
|
Loading…
Add table
Reference in a new issue