/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; 221 right_col = COL1-1; 227 right_col = COL2-1; 233 right_col = DCOLS-1; 239 right_col = COL1-1; 245 right_col = COL2-1; 251 right_col = DCOLS-1; 257 right_col = COL1-1; 263 right_col = COL2-1 [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; 221 right_col = COL1-1; 227 right_col = COL2-1; 233 right_col = DCOLS-1; 239 right_col = COL1-1; 245 right_col = COL2-1; 251 right_col = DCOLS-1; 257 right_col = COL1-1; 263 right_col = COL2-1 [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
|