Difference for server/c_object.c from version 1.86 to 1.87


version 1.86 version 1.87
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_object_c =   * static char *rcsid_c_object_c =
  *   "$Id: c_object.c,v 1.86 2006/08/12 12:23:30 gros Exp $";   *   "$Id: c_object.c,v 1.87 2006/08/12 18:59:59 gros Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1540
 
Line 1540
      */       */
     if(tmp->msg && tmp->type != EXIT && tmp->type != BOOK &&       if(tmp->msg && tmp->type != EXIT && tmp->type != BOOK &&
        tmp->type != CORPSE && !tmp->move_on &&          tmp->type != CORPSE && !tmp->move_on &&
        strncasecmp(tmp->msg, "@match",7)) {         strncasecmp(tmp->msg, "@match",6)) {
   
  /* This is just a hack so when identifying hte items, we print   /* This is just a hack so when identifying hte items, we print
  * out the extra message   * out the extra message


Legend:
line(s) removed in v.1.86 
line(s) changed
 line(s) added in v.1.87

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