Searched refs:back_pillar_offset (Results 1 – 1 of 1) sorted by relevance
1096 static const int back_pillar_offset[2] = { 0, 9}; ///< sprite position offset of back facing pillar in DrawBridgePillars() local1123 int x_back = x - back_pillar_offset[axis]; in DrawBridgePillars()1124 int y_back = y - back_pillar_offset[OtherAxis(axis)]; in DrawBridgePillars()