Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilepick.h85 tileidx_t tileidx_mon_clamp(tileidx_t tile, int offset);
H A Dtilepick.cc1277 return tileidx_mon_clamp(TILEP_MONS_LERNAEAN_HYDRA_ZOMBIE, in _mon_to_zombie_tile()
1438 tileidx_t tileidx_mon_clamp(tileidx_t tile, int offset) in tileidx_mon_clamp() function
1482 return tileidx_mon_clamp(ugly_tile, colour_offset); in tileidx_monster_base()
1487 return tileidx_mon_clamp(TILEP_MONS_HYDRA, number - 1); in tileidx_monster_base()
1490 return tileidx_mon_clamp(TILEP_MONS_SLIME_CREATURE, number - 1); in tileidx_monster_base()
1495 return tileidx_mon_clamp(TILEP_MONS_LERNAEAN_HYDRA, in tileidx_monster_base()
H A Dinitfile.cc2225 tile_player_tile = tileidx_mon_clamp(base_tile, offset); in set_player_tile()