Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dabyss.cc817 const coord_def &source_centre, in _abyss_update_transporter() argument
837 marker->dest = marker->dest - source_centre + target_centre; in _abyss_update_transporter()
851 const coord_def source_centre = you.pos(); in _abyss_move_entities() local
852 const coord_def delta = (target_centre - source_centre).sgn(); in _abyss_move_entities()
884 const coord_def dst = src - source_centre + target_centre; in _abyss_move_entities()
891 _abyss_update_transporter(dst, source_centre, target_centre, in _abyss_move_entities()
902 _abyss_move_masked_vaults_by_delta(target_centre - source_centre); in _abyss_move_entities()
974 const coord_def source_centre = you.pos(); in _abyss_shift_level_contents_around_player() local
976 abyssal_state.major_coord += (source_centre - ABYSS_CENTRE); in _abyss_shift_level_contents_around_player()
984 _abyss_identify_area_to_shift(source_centre, radius, in _abyss_shift_level_contents_around_player()