remove mistaken (I think) assert

This commit is contained in:
Andy2 2011-04-20 22:13:44 -07:00
parent 5a21aea2e5
commit 4e7570020f

View file

@ -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;