version 1.45 | | version 1.46 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* 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", |