mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
log tiles left in pool -- makes progress of automated/test games
easier to follow.
This commit is contained in:
parent
01459285d5
commit
7449923328
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ pool_removeTiles( PoolContext* pool, TrayTileSet* tiles )
|
|||
--pool->lettersLeft[tile];
|
||||
--pool->numTilesLeft;
|
||||
}
|
||||
XP_LOGF( "%s: %d tiles left in pool", __func__, pool->numTilesLeft );
|
||||
} /* pool_removeTiles */
|
||||
|
||||
XP_U16
|
||||
|
|
Loading…
Reference in a new issue