mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
actually do something (on the gtk side at least) when -S param is
passed.
This commit is contained in:
parent
76926abdbf
commit
b3a4ac306e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue