Home
last modified time | relevance | path

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

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dai.c92 static void set_u_bw(int u, int n);
3211 set_u_bw(u, basic_worth(u)); in ai_init_shared()
3259 set_u_bw(u, normalize_on_pmscale(u_bw(u), worthmax, 10000)); in ai_init_shared()
3847 void set_u_bw(int u, int n) { utypes[u].bw = n; } in set_u_bw() function
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-2000986 (set_u_bw): Move prototype here.
1127 (set_u_bw): Make prototype static and move to ai.c.