Home | Sort by: relevance | last modified time | path |
/src/games/rogue/ | |
level.c | 713 short row, col, row_cut, col_cut; local in function:hide_boxed_passage 728 col_cut = ((w >= 2) ? 1 : 0); 733 col = get_rand(col1 + col_cut, col2 - col_cut); |
level.c | 713 short row, col, row_cut, col_cut; local in function:hide_boxed_passage 728 col_cut = ((w >= 2) ? 1 : 0); 733 col = get_rand(col1 + col_cut, col2 - col_cut); |