Difference for server/c_misc.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_misc_c =   * static char *rcsid_c_misc_c =
  *   "$Id: c_misc.c,v 1.3 2000/04/22 07:16:41 cvs Exp $";   *   "$Id: c_misc.c,v 1.4 2000/12/04 00:40:05 cvs Exp $";
  */   */
   
 /*  /*
Line 644
 
Line 644
  types[op->contr->usekeys]);   types[op->contr->usekeys]);
     return 1;      return 1;
 }  }
   
   int command_resistances(object *op, char *params)
   {
       int i;
       if (!op)
    return 0;
   
       for (i=0; i<NROFATTACKS; i++) {
    if (i==ATNR_INTERNAL) continue;
   
    new_draw_info_format(NDI_UNIQUE, 0, op, "%-20s %+5d",
    attacktype_desc[i], op->resist[i]);
       }
     return 0;
   }


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

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