mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
remove mistaken (I think) assert
This commit is contained in:
parent
5a21aea2e5
commit
4e7570020f
1 changed files with 2 additions and 1 deletions
|
@ -823,7 +823,8 @@ showPrevScore( ServerCtxt* server )
|
|||
lp = &gi->players[prevTurn];
|
||||
|
||||
if ( LP_IS_LOCAL(lp) ) {
|
||||
XP_ASSERT( LP_IS_ROBOT(lp) );
|
||||
/* Why can't a local non-robot have postponed score? */
|
||||
// XP_ASSERT( LP_IS_ROBOT(lp) );
|
||||
strCode = STR_ROBOT_MOVED;
|
||||
} else {
|
||||
strCode = STR_REMOTE_MOVED;
|
||||
|
|
Loading…
Reference in a new issue