juggle until something changes. This is better than there sometimes being

no change, until I figure out how to force drawing as on Palm.
This commit is contained in:
ehouse 2006-07-01 14:14:48 +00:00
parent 3188946364
commit c9abae4abd

View file

@ -128,7 +128,8 @@ handle_robot_toggled( GtkWidget* item, GtkNewGameState* state )
static void
handle_juggle( GtkWidget* item, GtkNewGameState* state )
{
newg_juggle( state->newGameCtxt );
while ( !newg_juggle( state->newGameCtxt ) ) {
}
}
#ifndef XWFEATURE_STANDALONE_ONLY