inventory.c | 62 static const char *const wand_materials[WAND_MATERIALS] = { variable in typeref:typename:const char * const[] 679 boolean used[WAND_MATERIALS]; 681 for (i = 0; i < WAND_MATERIALS; i++) { 686 j = get_rand(0, WAND_MATERIALS-1); 689 (void)strlcpy(id_wands[i].title, wand_materials[j],
|