level.c | 223 bottom_row = ROW1-1; 229 bottom_row = ROW1-1; 235 bottom_row = ROW1-1; 240 top_row = ROW1+1; 246 top_row = ROW1+1; 252 top_row = ROW1+1; 322 short row1, col1, row2, col2, dir; local in function:connect_rooms 330 put_door(&rooms[room1], LEFT, &row1, &col1); 335 put_door(&rooms[room1], RIGHT, &row1, &col1); 340 put_door(&rooms[room1], UPWARD, &row1, &col1) [all...] |