Home
last modified time | relevance | path

Searched defs:pf_fuel_node (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeciv-nox11/freeciv-2.6.6/common/aicore/
H A Dpath_finding.c1932 struct pf_fuel_node { struct
1936 unsigned moves_left : 12; /* Moves left at this position. */
1937 unsigned dir_to_here : 4; /* Direction from which we came. It's
1941 unsigned status : 3; /* 'enum pf_node_status' really. */
1944 unsigned move_scope : 3; /* 'enum pf_move_scope really. */
1945 unsigned action : 2; /* 'enum pf_action really. */
1946 unsigned node_known_type : 2; /* 'enum known_type' really. */
1948 unsigned zoc_number : 2; /* 'enum pf_zoc_type' really. */
1955 unsigned short extra_tile; /* EC */
1960 struct pf_fuel_pos *pos;
[all …]
/dports/games/freeciv/freeciv-2.6.6/common/aicore/
H A Dpath_finding.c1932 struct pf_fuel_node { struct
1936 unsigned moves_left : 12; /* Moves left at this position. */
1937 unsigned dir_to_here : 4; /* Direction from which we came. It's
1941 unsigned status : 3; /* 'enum pf_node_status' really. */
1944 unsigned move_scope : 3; /* 'enum pf_move_scope really. */
1945 unsigned action : 2; /* 'enum pf_action really. */
1946 unsigned node_known_type : 2; /* 'enum known_type' really. */
1948 unsigned zoc_number : 2; /* 'enum pf_zoc_type' really. */
1955 unsigned short extra_tile; /* EC */
1960 struct pf_fuel_pos *pos;
[all …]