Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlos-type.h5 LOS_NONE = 0, // w g s c enumerator
6 LOS_ARENA = LOS_NONE, // ------- See key below
H A Dlosglobal.cc118 if (l == LOS_NONE) in cell_see_cell()
H A Dcoordit.h104 radius_iterator(_who.pos(), LOS_NONE), who(_who) {}; in vision_iterator()
H A Dcoordit.cc175 los(LOS_NONE) in radius_iterator()
H A Dtileview.cc852 for (radius_iterator ri(you.pos(), LOS_NONE); ri; ++ri) in tile_draw_map_cells()
H A Ddirectn.cc1241 ? LOS_NONE : LOS_DEFAULT; in draw_beam()