mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
UI compromise on juggle: force something to happen, so the user sees a
change, then juggle again so the outcome is random. This works on Palm because draws are not cached: if two players wind up not moving you still see them move then move back.
This commit is contained in:
parent
c9abae4abd
commit
d860e63e16
1 changed files with 3 additions and 1 deletions
|
@ -232,7 +232,9 @@ newGameHandleEvent( EventPtr event )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case XW_GINFO_JUGGLE_ID:
|
case XW_GINFO_JUGGLE_ID:
|
||||||
newg_juggle( state->ngc );
|
while ( !newg_juggle( state->ngc ) ) {
|
||||||
|
}
|
||||||
|
(void)newg_juggle( state->ngc );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case XW_OK_BUTTON_ID:
|
case XW_OK_BUTTON_ID:
|
||||||
|
|
Loading…
Add table
Reference in a new issue