level.c | 241 bottom_row = ROW2-1; 247 bottom_row = ROW2-1; 253 bottom_row = ROW2-1; 258 top_row = ROW2+1; 264 top_row = ROW2+1; 270 top_row = ROW2+1; 322 short row1, col1, row2, col2, dir; local in function:connect_rooms 331 put_door(&rooms[room2], RIGHT, &row2, &col2); 336 put_door(&rooms[room2], LEFT, &row2, &col2); 341 put_door(&rooms[room2], DOWN, &row2, &col2) [all...] |