Date: Tuesday November 14, 2000 @ 22:12 Author: ahn Update of /home/netrek/cvsroot/Vanilla/robots In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv14875/robots Modified Files: inl.c Log Message: * robots/inl.c: Fix core dump at inl robot restart. **************************************** Index: Vanilla/robots/inl.c diff -u Vanilla/robots/inl.c:1.34 Vanilla/robots/inl.c:1.35 --- Vanilla/robots/inl.c:1.34 Sat Nov 4 17:49:40 2000 +++ Vanilla/robots/inl.c Tue Nov 14 22:12:47 2000 @@ -1,7 +1,7 @@ -/* $Id: inl.c,v 1.34 2000/11/04 23:49:40 ahn Exp $ */ +/* $Id: inl.c,v 1.35 2000/11/15 04:12:47 ahn Exp $ */ #ifndef lint -static char vcid[] = "$Id: inl.c,v 1.34 2000/11/04 23:49:40 ahn Exp $"; +static char vcid[] = "$Id: inl.c,v 1.35 2000/11/15 04:12:47 ahn Exp $"; #endif /* lint */ /* @@ -1393,7 +1393,7 @@ positions. this can happen if there are back-to-back games without a server reset. -da */ - if (!(me->p_flags & PFROBOT) && (j->p_pos < 0)) { + if (!(j->p_flags & PFROBOT) && (j->p_pos < 0)) { pmessage(0, MALL, inl_from, "** Player %d ejected, must re-login to play.", j->p_no);