Home
last modified time | relevance | path

Searched refs:gatehouse_right (Results 1 – 2 of 2) sorted by relevance

/dports/games/julius/julius-1.7.0/src/map/
H A Dtiles.c503 int gatehouse_right = get_gatehouse_building_id(grid_offset + map_grid_delta(1, 0)); in set_wall_gatehouse_image_manually() local
531 if (gatehouse_up && !gatehouse_right) { in set_wall_gatehouse_image_manually()
542 } else if (gatehouse_right && !gatehouse_up) { in set_wall_gatehouse_image_manually()
543 int pos = get_gatehouse_position(grid_offset, DIR_2_RIGHT, gatehouse_right); in set_wall_gatehouse_image_manually()
555 if (gatehouse_down && !gatehouse_right) { in set_wall_gatehouse_image_manually()
566 } else if (gatehouse_right && !gatehouse_down) { in set_wall_gatehouse_image_manually()
567 int pos = get_gatehouse_position(grid_offset, DIR_2_RIGHT, gatehouse_right); in set_wall_gatehouse_image_manually()
/dports/games/augustus/augustus-3.1.0/src/map/
H A Dtiles.c514 int gatehouse_right = get_gatehouse_building_id(grid_offset + map_grid_delta(1, 0)); in set_wall_gatehouse_image_manually() local
542 if (gatehouse_up && !gatehouse_right) { in set_wall_gatehouse_image_manually()
553 } else if (gatehouse_right && !gatehouse_up) { in set_wall_gatehouse_image_manually()
554 int pos = get_gatehouse_position(grid_offset, DIR_2_RIGHT, gatehouse_right); in set_wall_gatehouse_image_manually()
566 if (gatehouse_down && !gatehouse_right) { in set_wall_gatehouse_image_manually()
577 } else if (gatehouse_right && !gatehouse_down) { in set_wall_gatehouse_image_manually()
578 int pos = get_gatehouse_position(grid_offset, DIR_2_RIGHT, gatehouse_right); in set_wall_gatehouse_image_manually()