Difference for server/hiscore.c from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_hiscore_c =   * static char *rcsid_hiscore_c =
  *   "$Id: hiscore.c,v 1.13 2005/09/04 16:58:12 akirschbaum Exp $";   *   "$Id: hiscore.c,v 1.14 2005/09/25 09:47:23 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 324
 
Line 324
  */   */
   
 void display_high_score(object *op,int max, const char *match) {  void display_high_score(object *op,int max, const char *match) {
       const size_t maxchar = 80;
     FILE *fp;      FILE *fp;
     char buf[MAX_BUF],*scorebuf, *bp, *cp;      char buf[MAX_BUF],*scorebuf, *bp, *cp;
     int i=0,j=0,maxchar=80,comp;      int i=0,j=0,comp;
     score *sc;      score *sc;
   
     sprintf(buf,"%s/%s",settings.localdir,HIGHSCORE);      sprintf(buf,"%s/%s",settings.localdir,HIGHSCORE);


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

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