Difference for server/skill_util.c from version 1.50 to 1.51


version 1.50 version 1.51
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_skill_util_c =   * static char *rcsid_skill_util_c =
  *   "$Id: skill_util.c,v 1.50 2005/03/06 20:38:55 akirschbaum Exp $";   *   "$Id: skill_util.c,v 1.51 2005/05/22 07:41:40 akirschbaum Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 609
 
Line 609
   
 /* Gives a percentage clipped to 0% -> 100% of a/b. */  /* Gives a percentage clipped to 0% -> 100% of a/b. */
 /* Probably belongs in some global utils-type file? */  /* Probably belongs in some global utils-type file? */
 static int clipped_percent(int a, int b)  static int clipped_percent(sint64 a, sint64 b)
 {  {
   int rv;    int rv;
   


Legend:
line(s) removed in v.1.50 
line(s) changed
 line(s) added in v.1.51

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