Home
last modified time | relevance | path

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

/dports/games/zangband/zangband/src/
H A Dmaid-grf.c444 s16b *map_cache_refcount; variable
486 map_cache_refcount[i] = 0; in clear_map()
504 C_MAKE(map_cache_refcount, MAP_CACHE, s16b); in init_overhead_map()
544 FREE(map_cache_refcount); in del_overhead_map()
628 if (map_cache_refcount[i]) continue; in get_empty_block()
712 map_cache_refcount[block_num]++; in save_map_location()
721 if (!map_cache_refcount[block_num]) in save_map_location()
726 map_cache_refcount[block_num]--; in save_map_location()
H A Dmaid-grf.h297 extern s16b *map_cache_refcount;