/src/games/rogue/ |
level.c | 212 short left_col, right_col, top_row, bottom_row; local in function:make_room 217 left_col = right_col = top_row = bottom_row = 0; 223 bottom_row = ROW1-1; 229 bottom_row = ROW1-1; 235 bottom_row = ROW1-1; 241 bottom_row = ROW2-1; 247 bottom_row = ROW2-1; 253 bottom_row = ROW2-1; 259 bottom_row = DROWS - 2; 265 bottom_row = DROWS - 2 [all...] |
level.c | 212 short left_col, right_col, top_row, bottom_row; local in function:make_room 217 left_col = right_col = top_row = bottom_row = 0; 223 bottom_row = ROW1-1; 229 bottom_row = ROW1-1; 235 bottom_row = ROW1-1; 241 bottom_row = ROW2-1; 247 bottom_row = ROW2-1; 253 bottom_row = ROW2-1; 259 bottom_row = DROWS - 2; 265 bottom_row = DROWS - 2 [all...] |
rogue.h | 286 short bottom_row, right_col, left_col, top_row; member in struct:rm
|
rogue.h | 286 short bottom_row, right_col, left_col, top_row; member in struct:rm
|