mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-14 20:47:54 +01:00
don't require boardPipe
This commit is contained in:
parent
ad7dd66566
commit
e8b58fa4b7
1 changed files with 0 additions and 1 deletions
|
@ -1370,7 +1370,6 @@ main( int argc, char** argv )
|
|||
#ifdef TEXT_MODEL
|
||||
} else if ( !!mainParams.boardPipe || !!mainParams.rackPipe
|
||||
|| !!mainParams.rackString ) {
|
||||
XP_ASSERT( !!mainParams.boardPipe );
|
||||
XP_ASSERT( !!mainParams.rackPipe || !!mainParams.rackString );
|
||||
result = movecount_main( &mainParams );
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue