Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dtunnelbridge_cmd.cpp1096 static const int back_pillar_offset[2] = { 0, 9}; ///< sprite position offset of back facing pillar in DrawBridgePillars() local
1123 int x_back = x - back_pillar_offset[axis]; in DrawBridgePillars()
1124 int y_back = y - back_pillar_offset[OtherAxis(axis)]; in DrawBridgePillars()