Difference for common/init.c from version 1.45 to 1.46


version 1.45 version 1.46
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.45 2006/01/08 20:52:11 akirschbaum Exp $";   *   "$Id: init.c,v 1.46 2006/02/10 23:59:25 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 100
 
Line 100
  * in some file in the common area so that standalone   * in some file in the common area so that standalone
  * programs, like the random map generator, can be built.   * programs, like the random map generator, can be built.
  */   */
 char *spellpathnames[NRSPELLPATHS] = {  const char* const spellpathnames[NRSPELLPATHS] = {
  "Protection",   "Protection",
  "Fire",   "Fire",
  "Frost",   "Frost",


Legend:
line(s) removed in v.1.45 
line(s) changed
 line(s) added in v.1.46

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