mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
enable juggle button after role change
This commit is contained in:
parent
f2ae7cb716
commit
183f0f716f
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ newg_attrChanged( NewGameCtx* ngc, NewGameAttr attr, NGValue value )
|
|||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
} else if ( NG_ATTR_ROLE == attr ) {
|
||||
changeRole( ngc, value.ng_role );
|
||||
considerEnableJuggle( ngc );
|
||||
#endif
|
||||
} else {
|
||||
XP_ASSERT( 0 );
|
||||
|
|
Loading…
Reference in a new issue