Difference for server/main.c from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.11 2000/06/17 21:56:45 cvs Exp $";   *    "$Id: main.c,v 1.12 2000/08/08 06:57:57 cvs Exp $";
  */   */
   
 /*  /*
Line 788
 
Line 788
  * of the data.   * of the data.
  */   */
  pl->socket.status=Ns_Dead;   pl->socket.status=Ns_Dead;
    LOG(llevInfo,"LOGOUT: Player named %s from ip %s\n", pl->ob->name,
        pl->socket.host);
   
  (void) sprintf(buf,"%s left the game.",pl->ob->name);   (void) sprintf(buf,"%s left the game.",pl->ob->name);
  if (pl->ob->map) {   if (pl->ob->map) {


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:36