Rogue iterate

This commit is contained in:
jl777
2019-02-09 22:32:55 -11:00
parent 564a7aece8
commit f16510e7c2
2 changed files with 5 additions and 6 deletions

View File

@@ -1357,10 +1357,9 @@ void rogue_packitemstr(char *packitemstr,struct rogue_packitem *item)
static int32_t didinit;
if ( didinit == 0 )
{
init_names(); /* Set up names of scrolls */
init_colors(); /* Set up colors of potions */
init_stones(); /* Set up stone settings of rings */
init_materials(); /* Set up materials of wands */
struct rogue_state R;
memset(&R,0,sizeof(R));
rogueiterate(&R);
didinit = 1;
}
THING *obj = new_item();