enable juggle button after role change

This commit is contained in:
ehouse 2007-02-06 05:47:20 +00:00
parent f2ae7cb716
commit 183f0f716f

View file

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