Difference for server/c_misc.c from version 1.25 to 1.26


version 1.25 version 1.26
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_misc_c =   * static char *rcsid_c_misc_c =
  *   "$Id: c_misc.c,v 1.25 2002/11/26 08:57:56 garbled Exp $";   *   "$Id: c_misc.c,v 1.26 2002/12/11 19:54:52 garbled Exp $";
  */   */
   
 /*  /*
Line 257
 
Line 257
   
  if (pl->state==ST_PLAYING || pl->state==ST_GET_PARTY_PASSWORD) {   if (pl->state==ST_PLAYING || pl->state==ST_GET_PARTY_PASSWORD) {
   
      /* Any reason one sprintf can't be used?  The are displaying all  
       * the same informaitn, except one display pl->ob->count.  
       */  
   
      if(op == NULL || QUERY_FLAG(op, FLAG_WIZ))       if(op == NULL || QUERY_FLAG(op, FLAG_WIZ))
  (void) sprintf(buf,"%s the %s (@%s) [%s]%s%s (%d)",pl->ob->name,   (void) sprintf(buf,"%s the level %d %s (@%s) [%s]%s%s (%d)",
           pl->ob->name,
           pl->ob->level,
         (pl->own_title[0]=='\0'?pl->title:pl->own_title),          (pl->own_title[0]=='\0'?pl->title:pl->own_title),
         pl->socket.host,          pl->socket.host,
         pl->ob->map->path,          pl->ob->map->path,


Legend:
line(s) removed in v.1.25 
line(s) changed
 line(s) added in v.1.26

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