Home
last modified time | relevance | path

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

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Daiutil.h51 extern int type_hit_range_max(int u, int u2);
H A Dplan.c1305 hitrngmax2 = type_hit_range_max(u2, u1);
1418 strikedist = type_hit_range_max(u1, u2);
1492 ? type_hit_range_max(u2, u3) : -1;
1544 if (type_hit_range_max(u2, u1) >= dist)
1568 type_hit_range_max(u2, u1))
1637 strikedist = type_hit_range_max(u1, u2);
1855 && (type_hit_range_max(u2, u1) < 1))
H A Daiutil.c126 type_hit_range_max(int u, int u2) in type_hit_range_max() function
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-20047751 (type_hit_range_max): New function. Maximum hit range of one
7769 (type_hit_range_max): New prototype.