mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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];
|
lp = &gi->players[prevTurn];
|
||||||
|
|
||||||
if ( LP_IS_LOCAL(lp) ) {
|
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;
|
strCode = STR_ROBOT_MOVED;
|
||||||
} else {
|
} else {
|
||||||
strCode = STR_REMOTE_MOVED;
|
strCode = STR_REMOTE_MOVED;
|
||||||
|
|
Loading…
Reference in a new issue