diff --git a/xwords4/common/server.c b/xwords4/common/server.c index 211103da2..10c104632 100644 --- a/xwords4/common/server.c +++ b/xwords4/common/server.c @@ -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;