Home
last modified time | relevance | path

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

/dports/games/julius/julius-1.7.0/src/map/
H A Dtiles.c502 int gatehouse_down = get_gatehouse_building_id(grid_offset + map_grid_delta(0, 1)); in set_wall_gatehouse_image_manually() local
555 if (gatehouse_down && !gatehouse_right) { in set_wall_gatehouse_image_manually()
556 int pos = get_gatehouse_position(grid_offset, DIR_4_BOTTOM, gatehouse_down); in set_wall_gatehouse_image_manually()
566 } else if (gatehouse_right && !gatehouse_down) { in set_wall_gatehouse_image_manually()
579 if (gatehouse_down && !gatehouse_left) { in set_wall_gatehouse_image_manually()
580 int pos = get_gatehouse_position(grid_offset, DIR_4_BOTTOM, gatehouse_down); in set_wall_gatehouse_image_manually()
590 } else if (gatehouse_left && !gatehouse_down) { in set_wall_gatehouse_image_manually()
/dports/games/augustus/augustus-3.1.0/src/map/
H A Dtiles.c513 int gatehouse_down = get_gatehouse_building_id(grid_offset + map_grid_delta(0, 1)); in set_wall_gatehouse_image_manually() local
566 if (gatehouse_down && !gatehouse_right) { in set_wall_gatehouse_image_manually()
567 int pos = get_gatehouse_position(grid_offset, DIR_4_BOTTOM, gatehouse_down); in set_wall_gatehouse_image_manually()
577 } else if (gatehouse_right && !gatehouse_down) { in set_wall_gatehouse_image_manually()
590 if (gatehouse_down && !gatehouse_left) { in set_wall_gatehouse_image_manually()
591 int pos = get_gatehouse_position(grid_offset, DIR_4_BOTTOM, gatehouse_down); in set_wall_gatehouse_image_manually()
601 } else if (gatehouse_left && !gatehouse_down) { in set_wall_gatehouse_image_manually()