mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +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;
|
RecordWordsInfo* info = (RecordWordsInfo*)closure;
|
||||||
XWStreamCtxt* stream = info->stream;
|
XWStreamCtxt* stream = info->stream;
|
||||||
XP_ASSERT( isLegal );
|
|
||||||
XP_LOGF( "%s(%s)", __func__, word );
|
XP_LOGF( "%s(%s)", __func__, word );
|
||||||
if ( 0 < info->nWords++ ) {
|
if ( 0 < info->nWords++ ) {
|
||||||
stream_putU8( stream, '\n' );
|
stream_putU8( stream, '\n' );
|
||||||
|
|
Loading…
Add table
Reference in a new issue