Home
last modified time | relevance | path

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

/netbsd-src/games/rogue/
H A Dlevel.c713 short row, col, row_cut, col_cut; in hide_boxed_passage() local
727 row_cut = ((h >= 2) ? 1 : 0); in hide_boxed_passage()
732 row = get_rand(row1 + row_cut, row2 - row_cut); in hide_boxed_passage()