mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
remove misplaced assert: in network games illegal words may well
arrive.
This commit is contained in:
parent
c3ba50c905
commit
d5ca5bbd0d
1 changed files with 0 additions and 1 deletions
|
@ -2040,7 +2040,6 @@ recordWord( const XP_UCHAR* word, XP_Bool isLegal, void* closure )
|
|||
{
|
||||
RecordWordsInfo* info = (RecordWordsInfo*)closure;
|
||||
XWStreamCtxt* stream = info->stream;
|
||||
XP_ASSERT( isLegal );
|
||||
XP_LOGF( "%s(%s)", __func__, word );
|
||||
if ( 0 < info->nWords++ ) {
|
||||
stream_putU8( stream, '\n' );
|
||||
|
|
Loading…
Add table
Reference in a new issue