Difference for server/c_misc.c from version 1.31 to 1.32


version 1.31 version 1.32
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_misc_c =   * static char *rcsid_c_misc_c =
  *   "$Id: c_misc.c,v 1.31 2003/03/08 05:35:32 mwedel Exp $";   *   "$Id: c_misc.c,v 1.32 2003/03/09 00:44:12 mwedel Exp $";
  */   */
   
 /*  /*
Line 615
 
Line 615
 int command_statistics(object *pl, char *params)  int command_statistics(object *pl, char *params)
 {  {
     if (!pl->contr) return 1;      if (!pl->contr) return 1;
     new_draw_info_format(NDI_UNIQUE, 0, pl,"  Experience: %d",pl->stats.exp);      new_draw_info_format(NDI_UNIQUE, 0, pl,"  Experience: %lld",pl->stats.exp);
     new_draw_info_format(NDI_UNIQUE, 0, pl,"  Next Level: %lld",level_exp(pl->level+1, pl->expmul));      new_draw_info_format(NDI_UNIQUE, 0, pl,"  Next Level: %lld",level_exp(pl->level+1, pl->expmul));
     new_draw_info(NDI_UNIQUE, 0, pl,       "\nStat       Nat/Real/Max");      new_draw_info(NDI_UNIQUE, 0, pl,       "\nStat       Nat/Real/Max");
   


Legend:
line(s) removed in v.1.31 
line(s) changed
 line(s) added in v.1.32

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