HomeSort by: relevance | last modified time | path
    Searched defs:col_cut (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 22 milliseconds