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

  /src/games/rogue/
level.c 214 short row_offset, col_offset; local in function:make_room
285 col_offset = get_rand(0, ((right_col - left_col) - width + 1));
290 left_col += col_offset;
level.c 214 short row_offset, col_offset; local in function:make_room
285 col_offset = get_rand(0, ((right_col - left_col) - width + 1));
290 left_col += col_offset;

Completed in 23 milliseconds