Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dbeam.cc456 const tohit_deducer* hit_calc = is_monster ? zinfo->monster_tohit in zap_to_hit() local
460 ASSERT(hit_calc); in zap_to_hit()
461 const int hit = (*hit_calc)(power); in zap_to_hit()