Difference for server/init.c from version 1.36 to 1.37


version 1.36 version 1.37
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.36 2002/11/13 05:49:04 garbled Exp $";   *   "$Id: init.c,v 1.37 2002/11/14 00:19:31 garbled Exp $";
  */   */
   
 /*  /*
Line 566
 
Line 566
     printf("\nThe following are only available in DUMP_SWITCHES was compiled in.\n");      printf("\nThe following are only available in DUMP_SWITCHES was compiled in.\n");
     printf(" -m          Lists out suggested experience for all monsters.\n");      printf(" -m          Lists out suggested experience for all monsters.\n");
     printf(" -m2         Dumps out abilities.\n");      printf(" -m2         Dumps out abilities.\n");
     printf(" -m3         Dumps out artificat information.\n");      printf(" -m3         Dumps out artifactt information.\n");
     printf(" -m4         Dumps out spell information.\n");      printf(" -m4         Dumps out spell information.\n");
     printf(" -m5         Dumps out skill information.\n");      printf(" -m5         Dumps out skill information.\n");
     printf(" -m6         Dumps out race information.\n");      printf(" -m6         Dumps out race information.\n");
Line 586
 
Line 586
   init_races();    /* overwrite race designations using entries in lib/races file */     init_races();    /* overwrite race designations using entries in lib/races file */
   init_gods(); /* init linked list of gods from archs*/     init_gods(); /* init linked list of gods from archs*/
   init_readable(); /* inits useful arrays for readable texts */    init_readable(); /* inits useful arrays for readable texts */
 #ifdef ALCHEMY  
   init_formulae();  /* If not called before, reads formulae from file */    init_formulae();  /* If not called before, reads formulae from file */
 #endif  
   init_new_exp_system();    /* If not called before, inits experience system */    init_new_exp_system();    /* If not called before, inits experience system */
   
 #ifdef DUMP_SWITCHES  #ifdef DUMP_SWITCHES


Legend:
line(s) removed in v.1.36 
line(s) changed
 line(s) added in v.1.37

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