actually do something (on the gtk side at least) when -S param is

passed.
This commit is contained in:
eehouse 2010-03-21 03:10:29 +00:00
parent 76926abdbf
commit b3a4ac306e

View file

@ -1278,6 +1278,7 @@ gtk_util_hiliteCell( XW_UtilCtxt* uc, XP_U16 col, XP_U16 row )
board_hiliteCellAt( globals->cGlobals.game.board, col, row );
if ( globals->cGlobals.params->sleepOnAnchor ) {
usleep( 10000 );
}
#ifdef DONT_ABORT_ENGINE