Home
last modified time | relevance | path

Searched refs:stores_local (Results 1 – 1 of 1) sorted by relevance

/dports/games/angband/Angband-4.2.2/src/
H A Dstore.c342 struct store *stores_local = mem_zalloc(MAX_STORES * sizeof(*stores_local)); in flatten_stores() local
346 memcpy(&stores_local[s->sidx], s, sizeof(*s)); in flatten_stores()
357 return stores_local; in flatten_stores()