Difference for server/alchemy.c from version 1.15 to 1.16


version 1.15 version 1.16
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_alchemy_c =   * static char *rcsid_alchemy_c =
  *   "$Id: alchemy.c,v 1.15 2003/01/09 04:20:26 garbled Exp $";   *   "$Id: alchemy.c,v 1.16 2003/01/21 01:23:17 garbled Exp $";
  */   */
   
 /*  /*
Line 637
 
Line 637
         danger += (strtoint(name)/1000) + 3;          danger += (strtoint(name)/1000) + 3;
  nrofi++;   nrofi++;
    }     }
      if (rp == NULL)
          danger += 110;
      else
    danger += rp->diff*3;     danger += rp->diff*3;
    
     /* Using a bad device is *majorly* stupid */      /* Using a bad device is *majorly* stupid */


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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